Firebase App Check API (firebaseappcheck:v1)

2026-08-27

1 new method

Additions

    Methods
  • firebaseappcheck.projects.apps.mintAppCheckToken

      Parameter Order : app

      Path : v1/{+app}:mintAppCheckToken

      Description : Mints a new App Check token for the specified Firebase App. This method is intended to be called from a privileged environment where the caller can be authorized via Cloud IAM; for example, using a service account. To call this method, the caller must have the [`firebaseappcheck.googleapis.com/tokens.mint`](https://firebase.google.com/docs/projects/iam/permissions#app-check) permission. Returns a MintAppCheckTokenResponse.

      Flat Path : v1/projects/{projectsId}/apps/{appsId}:mintAppCheckToken

      HTTP Method : POST

      Scopes :

    • https://www.googleapis.com/auth/cloud-platform
    • https://www.googleapis.com/auth/firebase
    • Parameters :

        app

          Location : path

          Required : Yes

          Type : string

          Description : Required. The relative resource name of the app, in the format: ``` projects/{project_number}/apps/{app_id} ``` If necessary, the `project_number` element can be replaced with the project ID of the Firebase project. Learn more about using project identifiers in Google's [AIP 2510](https://google.aip.dev/cloud/2510) standard.

          Pattern : ^projects/[^/]+/apps/[^/]+$