REST Resource: projects.webApps Stay organized with collections Save and categorize content based on your preferences.
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 |
This item is deprecated! 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 newWebApp in the specifiedFirebaseProject. |
| Gets the specifiedWebApp. |
| Gets the configuration artifact associated with the specifiedWebApp. |
| Lists eachWebApp associated with the specifiedFirebaseProject. |
| Updates the attributes of the specifiedWebApp. |
| Removes the specifiedWebApp from theFirebaseProject. |
| Restores the specifiedWebApp to theFirebaseProject. |
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-24 UTC.