Distributes a release to testers. This call does the following:
- Creates testers for the specified emails, if none exist.
- Adds the testers and groups to the release.
- Sends new testers an invitation email.
- Sends existing testers a new release email.
The request will fail with a INVALID_ARGUMENT
if it contains a group that doesn't exist.
HTTP request
POST https://firebaseappdistribution.googleapis.com/v1/{name=projects/*/apps/*/releases/*}:distribute
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
name |
Required. The name of the release resource to distribute. Format: Authorization requires the following IAM permission on the Firebase project that owns the specified resource
|
Request body
The request body contains data with the following structure:
JSON representation |
---|
{ "testerEmails": [ string ], "groupAliases": [ string ] } |
Fields | |
---|---|
testerEmails[] |
A list of tester email addresses to be given access to this release. A combined maximum of 999 |
groupAliases[] |
A list of group aliases (IDs) to be given access to this release. A combined maximum of 999 |
Response body
If successful, the response body is empty.
Authorization Scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the OAuth 2.0 Overview.