Resource: AndroidApp
Details of a Firebase App for Android.
JSON representation |
---|
{
"name": string,
"appId": string,
"displayName": string,
"projectId": string,
"packageName": string,
"apiKeyId": string,
"state": enum ( |
Fields | |
---|---|
name |
The resource name of the
|
app |
Output only. Immutable. The globally unique, Firebase-assigned identifier for the This identifier should be treated as an opaque token, as the data format is not specified. |
display |
The user-assigned display name for the |
project |
Output only. Immutable. A user-assigned unique identifier of the parent |
package |
Immutable. The canonical package name of the Android app as would appear in the Google Play Developer Console. |
api |
The globally unique, Google-assigned identifier (UID) for the Firebase API key associated with the Be aware that this value is the UID of the API key, not the If In patch requests, |
state |
Output only. The lifecycle state of the App. |
sha1 |
The SHA1 certificate hashes for the |
sha256 |
The SHA256 certificate hashes for the |
expire |
Output only. If the App has been removed from the Project, this is the timestamp of when the App is considered expired and will be permanently deleted. After this time, the App cannot be undeleted (that is, restored to the Project). This value is only provided if the App is in the A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
etag |
This checksum is computed by the server based on the value of other fields, and it may be sent with update requests to ensure the client has an up-to-date value before proceeding. Learn more about This etag is strongly validated. |
Methods |
|
---|---|
|
Requests the creation of a new AndroidApp in the specified FirebaseProject . |
|
Gets the specified AndroidApp . |
|
Gets the configuration artifact associated with the specified AndroidApp . |
|
Lists each AndroidApp associated with the specified FirebaseProject . |
|
Updates the attributes of the specified AndroidApp . |
|
Removes the specified AndroidApp from the FirebaseProject . |
|
Restores the specified AndroidApp to the FirebaseProject . |