Method: projects.iosApps.create

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

HTTP request

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

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

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

projects/PROJECT_IDENTIFIER/iosApps

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

Request body

The request body contains an instance of IosApp.

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.