REST Resource: projects.apps.releases

Resource: Release

A release of a Firebase app.

JSON representation
{
  "name": string,
  "releaseNotes": {
    object (ReleaseNotes)
  },
  "displayVersion": string,
  "buildVersion": string,
  "createTime": string,
  "firebaseConsoleUri": string,
  "testingUri": string,
  "binaryDownloadUri": string
}
Fields
name

string

The name of the release resource.

Format: projects/{projectNumber}/apps/{appId}/releases/{releaseId}

releaseNotes

object (ReleaseNotes)

Notes of the release.

displayVersion

string

Output only. Display version of the release. For an Android release, the display version is the versionName. For an iOS release, the display version is the CFBundleShortVersionString.

buildVersion

string

Output only. Build version of the release. For an Android release, the build version is the versionCode. For an iOS release, the build version is the CFBundleVersion.

createTime

string (Timestamp format)

Output only. The time the release was created.

A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

firebaseConsoleUri

string

Output only. A link to the Firebase console displaying a single release.

testingUri

string

Output only. A link to the release in the tester web clip or Android app that lets testers (which were granted access to the app) view release notes and install the app onto their devices.

binaryDownloadUri

string

Output only. A signed link (which expires in one hour) to directly download the app binary (IPA/APK/AAB) file.

ReleaseNotes

Notes that belong to a release.

JSON representation
{
  "text": string
}
Fields
text

string

The text of the release notes.

Methods

batchDelete

Deletes releases.

distribute

Distributes a release to testers.

get

Gets a release.

list

Lists releases.

patch

Updates a release.