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 |
The resource name of the parent
Refer to the |
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.