googleapis.com – firebase
The Firebase Management API enables programmatic setup and management of Firebase projects, including a project's Firebase resources and Firebase apps.
- Homepage
- https://api.apis.guru/v2/specs/googleapis.com:firebase/v1beta1.json
- Provider
- googleapis.com:firebase / firebase
- OpenAPI version
- 3.0.0
- Spec (JSON)
- https://api.apis.guru/v2/specs/googleapis.com/firebase/v1beta1/openapi.json
- Spec (YAML)
- https://api.apis.guru/v2/specs/googleapis.com/firebase/v1beta1/openapi.yaml
Tools (23)
Extracted live via the executor SDK.
-
availableProjects.firebaseAvailableProjectsListLists each [Google Cloud Platform (GCP)
Project] () that can have Firebase resources added to it. A Project will only be listed if: - The caller has sufficient permissions to call AddFirebase. - The Project is not already a FirebaseProject. - The Project is not in an Organization which has policies that prevent Firebase resources from being added. -
projects.firebaseProjectsAddFirebaseAdds Firebase resources to the specified existing [Google Cloud Platform (GCP)
Project] (). Since a FirebaseProject is actually also a GCPProject, aFirebaseProjecthas the same underlying GCP identifiers (projectNumberandprojectId). This allows for easy interop with Google APIs. The result of this call is an . Poll theOperationto track the provisioning process by calling GetOperation until istrue. Whendoneistrue, theOperationhas either succeeded or failed. If theOperationsucceeded, its is set to a FirebaseProject; if theOperationfailed, its is set to a google.rpc.Status. TheOperationis automatically deleted after completion, so there is no need to call DeleteOperation. This method does not modify any billing account information on the underlying GCPProject. To callAddFirebase, a project member or service account must have the following permissions (the IAM roles of Editor and Owner contain these permissions):firebase.projects.update,resourcemanager.projects.get,serviceusage.services.enable, andserviceusage.services.get. -
projects.firebaseProjectsAddGoogleAnalyticsLinks the specified FirebaseProject with an existing . Using this call, you can either: - Specify an
analyticsAccountIdto provision a new Google Analytics property within the specified account and associate the new property with theFirebaseProject. - Specify an existinganalyticsPropertyIdto associate the property with theFirebaseProject. Note that when you callAddGoogleAnalytics: 1. The first check determines if any existing data streams in the Google Analytics property correspond to any existing Firebase Apps in theFirebaseProject(based on thepackageNameorbundleIdassociated with the data stream). Then, as applicable, the data streams and apps are linked. Note that this auto-linking only applies toAndroidAppsandIosApps. 2. If no corresponding data streams are found for the Firebase Apps, new data streams are provisioned in the Google Analytics property for each of the Firebase Apps. Note that a new data stream is always provisioned for a Web App even if it was previously associated with a data stream in the Analytics property. Learn more about the hierarchy and structure of Google Analytics accounts in the . The result of this call is an . Poll theOperationto track the provisioning process by calling GetOperation until istrue. Whendoneistrue, theOperationhas either succeeded or failed. If theOperationsucceeded, its is set to an AnalyticsDetails; if theOperationfailed, its is set to a google.rpc.Status. To callAddGoogleAnalytics, a project member must be an Owner for the existingFirebaseProjectand have the for the Google Analytics account. If theFirebaseProjectalready has Google Analytics enabled, and you callAddGoogleAnalyticsusing ananalyticsPropertyIdthat's different from the currently associated property, then the call will fail. Analytics may have already been enabled in the Firebase console or by specifyingtimeZoneandregionCodein the call to . -
projects.firebaseProjectsAndroidAppsCreateRequests the creation of a new AndroidApp in the specified FirebaseProject. The result of this call is an
Operationwhich can be used to track the provisioning process. TheOperationis automatically deleted after completion, so there is no need to callDeleteOperation. -
projects.firebaseProjectsAndroidAppsListLists each AndroidApp associated with the specified FirebaseProject. The elements are returned in no particular order, but will be a consistent view of the Apps when additional requests are made with a
pageToken. -
projects.firebaseProjectsAndroidAppsShaCreateAdds a ShaCertificate to the specified AndroidApp.
-
projects.firebaseProjectsAndroidAppsShaDeleteRemoves a ShaCertificate from the specified AndroidApp.
-
projects.firebaseProjectsAndroidAppsShaListLists the SHA-1 and SHA-256 certificates for the specified AndroidApp.
-
projects.firebaseProjectsAvailableLocationsListLists the valid Google Cloud Platform (GCP) resource locations for the specified Project (including a FirebaseProject). One of these locations can be selected as the Project's , which is the geographical location where the Project's resources, such as Cloud Firestore, will be provisioned by default. However, if the default GCP resource location has already been set for the Project, then this setting cannot be changed. This call checks for any possible for the specified Project and, thus, might return a subset of all possible GCP resource locations. To list all GCP resource locations (regardless of any restrictions), call the endpoint without specifying a unique project identifier (that is,
/v1beta1/{parent=projects/-}/listAvailableLocations). To callListAvailableLocationswith a specified project, a member must be at minimum a Viewer of the Project. Calls without a specified project do not require any specific project permissions. -
projects.firebaseProjectsDefaultLocationFinalizeSets the default Google Cloud Platform (GCP) resource location for the specified FirebaseProject. This method creates an App Engine application with a , located in the specified . This location must be one of the available . After the default GCP resource location is finalized, or if it was already set, it cannot be changed. The default GCP resource location for the specified
FirebaseProjectmight already be set because either the underlying GCPProjectalready has an App Engine application orFinalizeDefaultLocationwas previously called with a specifiedlocationId. Any new calls toFinalizeDefaultLocationwith a different specifiedlocationIdwill return a 409 error. The result of this call is an , which can be used to track the provisioning process. The type of theOperationis google.protobuf.Empty. TheOperationcan be polled by itsnameusing GetOperation untildoneis true. Whendoneis true, theOperationhas either succeeded or failed. If theOperationhas succeeded, its will be set to a google.protobuf.Empty; if theOperationhas failed, itserrorwill be set to a google.rpc.Status. TheOperationis automatically deleted after completion, so there is no need to call DeleteOperation. All fields listed in the are required. To callFinalizeDefaultLocation, a member must be an Owner of the Project. -
projects.firebaseProjectsIosAppsCreateRequests the creation of a new IosApp in the specified FirebaseProject. The result of this call is an
Operationwhich can be used to track the provisioning process. TheOperationis automatically deleted after completion, so there is no need to callDeleteOperation. -
projects.firebaseProjectsIosAppsListLists each IosApp associated with the specified FirebaseProject. The elements are returned in no particular order, but will be a consistent view of the Apps when additional requests are made with a
pageToken. -
projects.firebaseProjectsListLists each FirebaseProject accessible to the caller. The elements are returned in no particular order, but they will be a consistent view of the Projects when additional requests are made with a
pageToken. This method is eventually consistent with Project mutations, which means newly provisioned Projects and recent modifications to existing Projects might not be reflected in the set of Projects. The list will include only ACTIVE Projects. Use GetFirebaseProject for consistent reads as well as for additional Project details. -
projects.firebaseProjectsRemoveAnalyticsUnlinks the specified FirebaseProject from its Google Analytics account. This call removes the association of the specified
FirebaseProjectwith its current Google Analytics property. However, this call does not delete the Google Analytics resources, such as the Google Analytics property or any data streams. These resources may be re-associated later to theFirebaseProjectby calling and specifying the sameanalyticsPropertyId. For Android Apps and iOS Apps, this call re-links data streams with their corresponding apps. However, for Web Apps, this call provisions a new data stream for each Web App. To callRemoveAnalytics, a project member must be an Owner for theFirebaseProject. -
projects.firebaseProjectsSearchAppsLists all available Apps for the specified FirebaseProject. This is a convenience method. Typically, interaction with an App should be done using the platform-specific service, but some tool use-cases require a summary of all known Apps (such as for App selector interfaces).
-
projects.firebaseProjectsWebAppsCreateRequests the creation of a new WebApp in the specified FirebaseProject. The result of this call is an
Operationwhich can be used to track the provisioning process. TheOperationis automatically deleted after completion, so there is no need to callDeleteOperation. -
projects.firebaseProjectsWebAppsGetConfigGets the configuration artifact associated with the specified WebApp.
-
projects.firebaseProjectsWebAppsListLists each WebApp associated with the specified FirebaseProject. The elements are returned in no particular order, but will be a consistent view of the Apps when additional requests are made with a
pageToken. -
projects.firebaseProjectsWebAppsPatchUpdates the attributes of the specified WebApp.
-
projects.firebaseProjectsWebAppsRemoveRemoves the specified WebApp from the FirebaseProject.
-
projects.firebaseProjectsWebAppsUndeleteRestores the specified WebApp to the FirebaseProject.
-
openapi.previewSpecPreview an OpenAPI document before adding it as a source
-
openapi.addSourceAdd an OpenAPI source and register its operations as tools