Resource: Release
A release of a Firebase app.
JSON representation |
---|
{
"name": string,
"releaseNotes": {
object ( |
Fields | |
---|---|
name |
The name of the release resource. Format: |
releaseNotes |
Notes of the release. |
displayVersion |
Output only. Display version of the release. For an Android release, the display version is the |
buildVersion |
Output only. Build version of the release. For an Android release, the build version is the |
createTime |
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: |
firebaseConsoleUri |
Output only. A link to the Firebase console displaying a single release. |
testingUri |
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 |
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 |
The text of the release notes. |
Methods |
|
---|---|
|
Deletes releases. |
|
Distributes a release to testers. |
|
Gets a release. |
|
Lists releases. |
|
Updates a release. |