v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-132141101.3 KB
projects

Lists each FirebaseProject accessible to the caller. The elements are returned in no particular order, but they will be a consistent view of the Projects when additional requests are made with a pageToken. This method is eventually consistent with Project mutations, which means newly provisioned Projects and recent modifications to existing Projects might not be reflected in the set of Projects. The list will include only ACTIVE Projects. Use GetFirebaseProject for consistent reads as well as for additional Project details.

get/v1beta1/projects

Query parameters

pageSizeinteger

The maximum number of Projects 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), the server will impose its own limit. This value cannot be negative.

pageTokenstring

Token returned from a previous call to ListFirebaseProjects indicating where in the set of Projects to resume listing.

showDeletedboolean

Optional. Controls whether Projects in the DELETED state should be returned in the response. If not specified, only ACTIVE Projects will be returned.

Response

Successful response