Method: projects.androidApps.create

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 operations.delete.

HTTP request

POST https://firebase.googleapis.com/v1beta1/{parent=projects/*}/androidApps

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

The resource name of the parent FirebaseProject in which to create an AndroidApp, in the format:

projects/PROJECT_IDENTIFIER/androidApps

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

Request body

The request body contains an instance of AndroidApp.

Response body

If successful, the response body contains a newly created instance of Operation.

Authorization Scopes

Requires one of the following OAuth scopes:

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

For more information, see the Authentication Overview.