Lists each AndroidApp
associated with the specified parent Project.
The elements are returned in no particular order, but will be a consistent view of the Apps when additional requests are made with a pageToken
.
HTTP request
GET https://firebase.googleapis.com/v1beta1/{parent=projects/*}/androidApps
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
The parent Project for which to list Apps, in the format:
|
Query parameters
Parameters | |
---|---|
pageToken |
Token returned from a previous call to |
pageSize |
The maximum number of Apps to return in the response. |
Request body
The request body must be empty.
Response body
If successful, the response body contains data with the following structure:
JSON representation | |
---|---|
{
"apps": [
{
object ( |
Fields | |
---|---|
apps[] |
List of each |
nextPageToken |
If the result list is too large to fit in a single response, then a token is returned. If the string is empty, then this response is the last page of results. |
Authorization Scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/cloud-platform
https://www.googleapis.com/auth/cloud-platform.read-only
https://www.googleapis.com/auth/firebase
https://www.googleapis.com/auth/firebase.readonly
For more information, see the Authentication Overview.