The resource name of the parent FirebaseProject for which to list each associated AndroidApp, in the format:
projects/PROJECT_IDENTIFIER/androidApps
Refer to the FirebaseProjectname field for details about PROJECT_IDENTIFIER values.
Query parameters
Parameters
pageToken
string
Token returned from a previous call to androidApps.list indicating where in the set of Apps to resume listing.
pageSize
integer
The maximum number of Apps to return in the response.
The server may return fewer than this at its discretion. If no value is specified (or too large a value is specified), then the server will impose its own limit.
showDeleted
boolean
Controls whether Apps in the DELETED state should be returned in the response.
If not specified, only ACTIVE Apps will be returned.
Request body
The request body must be empty.
Response body
If successful, the response body contains data with the following structure:
List of each AndroidApp associated with the specified FirebaseProject.
nextPageToken
string
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.
This token can be used in a subsequent call to androidApps.list to find the next group of Apps.
Page tokens are short-lived and should not be persisted.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-24 UTC."],[],[],null,["Lists each [AndroidApp](/docs/reference/firebase-management/rest/v1beta1/projects.androidApps#AndroidApp) associated with the specified [FirebaseProject](/docs/reference/firebase-management/rest/v1beta1/projects#FirebaseProject).\n\nThe elements are returned in no particular order, but will be a consistent view of the Apps when additional requests are made with a `pageToken`.\n\nHTTP request\n\n`GET https://firebase.googleapis.com/v1beta1/{parent=projects/*}/androidApps`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\nPath parameters\n\nQuery parameters\n\nRequest body\n\nThe request body must be empty.\n\nResponse body If successful, the response body contains data with the following structure:\n\nAuthorization scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/cloud-platform`\n- `\n https://www.googleapis.com/auth/cloud-platform.read-only`\n- `\n https://www.googleapis.com/auth/firebase`\n- `\n https://www.googleapis.com/auth/firebase.readonly`\n\nFor more information, see the [Authentication Overview](https://cloud.google.com/docs/authentication/)."]]