Method: projects.iosApps.create

Requests the creation of a newIosApp in the specifiedFirebaseProject.

The result of this call is anOperation which can be used to track the provisioning process. TheOperation is automatically deleted after completion, so there is no need to calloperations.delete.

HTTP request

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

The URL usesgRPC Transcoding syntax.

Path parameters

Parameters
parent

string

The resource name of the parentFirebaseProject in which to create anIosApp, in the format:

projects/PROJECT_IDENTIFIER/iosApps

Refer to theFirebaseProjectname field for details aboutPROJECT_IDENTIFIER values.

Request body

The request body contains an instance ofIosApp.

Response body

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

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 theAuthentication Overview.

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2024-10-24 UTC.