integrations.sh
← all integrations

googleapis.com – firebase

OpenAPI apis-guru analyticsmedia

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.firebaseAvailableProjectsList

    Lists 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.firebaseProjectsAddFirebase

    Adds Firebase resources to the specified existing [Google Cloud Platform (GCP) Project] (). Since a FirebaseProject is actually also a GCP Project, a FirebaseProject has the same underlying GCP identifiers (projectNumber and projectId). This allows for easy interop with Google APIs. The result of this call is an . Poll the Operation to track the provisioning process by calling GetOperation until is true. When done is true, the Operation has either succeeded or failed. If the Operation succeeded, its is set to a FirebaseProject; if the Operation failed, its is set to a google.rpc.Status. The Operation is automatically deleted after completion, so there is no need to call DeleteOperation. This method does not modify any billing account information on the underlying GCP Project. To call AddFirebase, 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, and serviceusage.services.get.

  • projects.firebaseProjectsAddGoogleAnalytics

    Links the specified FirebaseProject with an existing . Using this call, you can either: - Specify an analyticsAccountId to provision a new Google Analytics property within the specified account and associate the new property with the FirebaseProject. - Specify an existing analyticsPropertyId to associate the property with the FirebaseProject. Note that when you call AddGoogleAnalytics: 1. The first check determines if any existing data streams in the Google Analytics property correspond to any existing Firebase Apps in the FirebaseProject (based on the packageName or bundleId associated with the data stream). Then, as applicable, the data streams and apps are linked. Note that this auto-linking only applies to AndroidApps and IosApps. 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 the Operation to track the provisioning process by calling GetOperation until is true. When done is true, the Operation has either succeeded or failed. If the Operation succeeded, its is set to an AnalyticsDetails; if the Operation failed, its is set to a google.rpc.Status. To call AddGoogleAnalytics, a project member must be an Owner for the existing FirebaseProject and have the for the Google Analytics account. If the FirebaseProject already has Google Analytics enabled, and you call AddGoogleAnalytics using an analyticsPropertyId that's different from the currently associated property, then the call will fail. Analytics may have already been enabled in the Firebase console or by specifying timeZone and regionCode in the call to .

  • projects.firebaseProjectsAndroidAppsCreate

    Requests the creation of a new AndroidApp in the specified FirebaseProject. The result of this call is an Operation which can be used to track the provisioning process. The Operation is automatically deleted after completion, so there is no need to call DeleteOperation.

  • projects.firebaseProjectsAndroidAppsList

    Lists 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.firebaseProjectsAndroidAppsShaCreate

    Adds a ShaCertificate to the specified AndroidApp.

  • projects.firebaseProjectsAndroidAppsShaDelete

    Removes a ShaCertificate from the specified AndroidApp.

  • projects.firebaseProjectsAndroidAppsShaList

    Lists the SHA-1 and SHA-256 certificates for the specified AndroidApp.

  • projects.firebaseProjectsAvailableLocationsList

    Lists 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 call ListAvailableLocations with 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.firebaseProjectsDefaultLocationFinalize

    Sets 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 FirebaseProject might already be set because either the underlying GCP Project already has an App Engine application or FinalizeDefaultLocation was previously called with a specified locationId. Any new calls to FinalizeDefaultLocation with a different specified locationId will return a 409 error. The result of this call is an , which can be used to track the provisioning process. The type of the Operation is google.protobuf.Empty. The Operation can be polled by its name using GetOperation until done is true. When done is true, the Operation has either succeeded or failed. If the Operation has succeeded, its will be set to a google.protobuf.Empty; if the Operation has failed, its error will be set to a google.rpc.Status. The Operation is automatically deleted after completion, so there is no need to call DeleteOperation. All fields listed in the are required. To call FinalizeDefaultLocation, a member must be an Owner of the Project.

  • projects.firebaseProjectsIosAppsCreate

    Requests the creation of a new IosApp in the specified FirebaseProject. The result of this call is an Operation which can be used to track the provisioning process. The Operation is automatically deleted after completion, so there is no need to call DeleteOperation.

  • projects.firebaseProjectsIosAppsList

    Lists 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.firebaseProjectsList

    Lists 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.firebaseProjectsRemoveAnalytics

    Unlinks the specified FirebaseProject from its Google Analytics account. This call removes the association of the specified FirebaseProject with 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 the FirebaseProject by calling and specifying the same analyticsPropertyId. 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 call RemoveAnalytics, a project member must be an Owner for the FirebaseProject.

  • projects.firebaseProjectsSearchApps

    Lists 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.firebaseProjectsWebAppsCreate

    Requests the creation of a new WebApp in the specified FirebaseProject. The result of this call is an Operation which can be used to track the provisioning process. The Operation is automatically deleted after completion, so there is no need to call DeleteOperation.

  • projects.firebaseProjectsWebAppsGetConfig

    Gets the configuration artifact associated with the specified WebApp.

  • projects.firebaseProjectsWebAppsList

    Lists 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.firebaseProjectsWebAppsPatch

    Updates the attributes of the specified WebApp.

  • projects.firebaseProjectsWebAppsRemove

    Removes the specified WebApp from the FirebaseProject.

  • projects.firebaseProjectsWebAppsUndelete

    Restores the specified WebApp to the FirebaseProject.

  • openapi.previewSpec

    Preview an OpenAPI document before adding it as a source

  • openapi.addSource

    Add an OpenAPI source and register its operations as tools