Gets the configuration artifact associated with the specified WebApp
.
HTTP request
GET https://firebase.googleapis.com/v1beta1/{name=projects/*/webApps/*/config}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
name |
The resource name of the
|
Request body
The request body must be empty.
Response body
Configuration metadata of a single Firebase App for the web.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{ "projectId": string, "appId": string, "databaseURL": string, "storageBucket": string, "locationId": string, "apiKey": string, "authDomain": string, "messagingSenderId": string, "measurementId": string, "projectNumber": string } |
Fields | |
---|---|
project |
Immutable. A user-assigned unique identifier for the |
app |
Immutable. The globally unique, Firebase-assigned identifier for the |
databaseURL |
DEPRECATED. Instead, find the URL of the default Realtime Database instance using the list endpoint within the Firebase Realtime Database REST API. If the default instance for the Project has not yet been provisioned, the return might not contain a default instance. The URL of the default Firebase Realtime Database instance. |
storageBucket |
DEPRECATED. Instead, find the name of the default Cloud Storage for Firebase bucket using the list endpoint within the Cloud Storage for Firebase REST API. If the default bucket for the Project has not yet been provisioned, the return might not contain a default bucket. The name of the default Cloud Storage for Firebase bucket. |
locationId |
DEPRECATED. Instead, use product-specific REST APIs to find the location of each resource in a Project. This field may not be populated, especially for newly provisioned projects after October 30, 2024. The ID of the Project's "location for default Google Cloud resources", which are resources associated with Google App Engine. The location is one of the available App Engine locations. This field is omitted if the location for default Google Cloud resources has not been set. |
api |
The Note that this value is not the |
auth |
The domain Firebase Auth configures for OAuth redirects, in the format:
|
messaging |
The sender ID for use with Firebase Cloud Messaging. |
measurement |
The unique Google-assigned identifier of the Google Analytics web stream associated with the This field is only present if the To generate a For apps using the Firebase JavaScript SDK v7.20.0 and later, Firebase dynamically fetches the |
project |
Output only. Immutable. The globally unique, Google-assigned canonical identifier for the Project. Use this identifier when configuring integrations and/or making API calls to Google Cloud or third-party services. |
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/cloud-platform
https://www.googleapis.com/auth/cloud-platform.read-only
https://www.googleapis.com/auth/firebase
https://www.googleapis.com/auth/firebase.readonly
For more information, see the Authentication Overview.