Method: projects.get

Gets the specified FirebaseProject.

HTTP request

GET https://firebase.googleapis.com/v1beta1/{name=projects/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

The resource name of the FirebaseProject, in the format:

projects/PROJECT_IDENTIFIER

Refer to the FirebaseProject name field for details about PROJECT_IDENTIFIER values.

Request body

The request body must be empty.

Response body

If successful, the response body contains an instance of FirebaseProject.

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.