Firebase App Check API (firebaseappcheck:v1)

2026-07-16

4 removed methods

Deletions

    Methods
  • firebaseappcheck.projects.apps.exchangeSafetyNetToken

      Path : v1/{+app}:exchangeSafetyNetToken

      Parameters :

        app

          Required : Yes

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

          Location : path

          Description : Required. The relative resource name of the Android 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.

          Type : string

      HTTP Method : POST

      Deprecated : Yes

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

      Parameter Order : app

      Scopes :

    • https://www.googleapis.com/auth/cloud-platform
    • https://www.googleapis.com/auth/firebase
    • Description : Validates a [SafetyNet token](https://developer.android.com/training/safetynet/attestation#request-attestation-step). If valid, returns an AppCheckToken.

  • firebaseappcheck.projects.apps.safetyNetConfig.batchGet

      Description : Atomically gets the SafetyNetConfigs for the specified list of apps.

      Flat Path : v1/projects/{projectsId}/apps/-/safetyNetConfig:batchGet

      Parameter Order : parent

      Scopes :

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

      HTTP Method : GET

      Path : v1/{+parent}/apps/-/safetyNetConfig:batchGet

      Parameters :

        parent

          Pattern : ^projects/[^/]+$

          Required : Yes

          Description : Required. The parent project name shared by all SafetyNetConfigs being retrieved, in the format ``` projects/{project_number} ``` The parent collection in the `name` field of any resource being retrieved must match this field, or the entire batch fails.

          Type : string

          Location : path

        names

          Location : query

          Description : Required. The relative resource names of the SafetyNetConfigs to retrieve, in the format ``` projects/{project_number}/apps/{app_id}/safetyNetConfig ``` A maximum of 100 objects can be retrieved in a batch.

          Repeated : Yes

          Type : string

  • firebaseappcheck.projects.apps.safetyNetConfig.get

      Path : v1/{+name}

      Parameters :

        name

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

          Required : Yes

          Description : Required. The relative resource name of the SafetyNetConfig, in the format: ``` projects/{project_number}/apps/{app_id}/safetyNetConfig ```

          Type : string

          Location : path

      HTTP Method : GET

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

      Parameter Order : name

      Scopes :

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

      Description : Gets the SafetyNetConfig for the specified app.

  • firebaseappcheck.projects.apps.safetyNetConfig.patch

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

      Parameter Order : name

      Scopes :

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

      Description : Updates the SafetyNetConfig for the specified app. While this configuration is incomplete or invalid, the app will be unable to exchange SafetyNet tokens for App Check tokens.

      Path : v1/{+name}

      Parameters :

        name

          Description : Required. The relative resource name of the SafetyNet configuration object, in the format: ``` projects/{project_number}/apps/{app_id}/safetyNetConfig ```

          Type : string

          Location : path

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

          Required : Yes

        updateMask

          Description : Required. A comma-separated list of names of fields in the SafetyNetConfig to update. Example: `token_ttl`.

          Type : string

          Format : google-fieldmask

          Location : query

      HTTP Method : PATCH