Resource: WebApp
Details of a Firebase App for the web.
JSON representation |
---|
{
"name": string,
"appId": string,
"displayName": string,
"projectId": string,
"appUrls": [
string
],
"webId": 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 |
app |
The URLs where the |
webId |
Output only. Immutable. A unique, Firebase-assigned identifier for the This identifier is only used to populate the |
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. |
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 WebApp in the specified FirebaseProject . |
|
Gets the specified WebApp . |
|
Gets the configuration artifact associated with the specified WebApp . |
|
Lists each WebApp associated with the specified FirebaseProject . |
|
Updates the attributes of the specified WebApp . |
|
Removes the specified WebApp from the FirebaseProject . |
|
Restores the specified WebApp to the FirebaseProject . |