Googleapis Firebase
Connector for the googleapis-firebase API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://firebase.googleapis.com - Auth: OAuth 2.0 (user-delegated) — attach an InTouch
oauthcredential. Mint one withitcli.py /oauth <provider>(device-code) or/google-auth(Google); the server auto-refreshes the access token before each run, so the connector never handles or stores tokens.
Operations
firebase_availableprojects_list— GET /v1beta1/availableProjects — Lists each [Google Cloud Platform (GCP)Project] (https://cloud.google.com/resfirebase_projects_list— GET /v1beta1/projects — Lists each FirebaseProject accessible to the caller. The elements are returned ifirebase_projects_webapps_getconfig— GET /v1beta1/{name} — Gets the configuration artifact associated with the specified WebApp.firebase_projects_androidapps_list— GET /v1beta1/{parent}/androidApps — Lists each AndroidApp associated with the specified FirebaseProject. The elementfirebase_projects_availablelocations_list— GET /v1beta1/{parent}/availableLocations — Lists the valid Google Cloud Platform (GCP) resource locations for the specifiedfirebase_projects_iosapps_list— GET /v1beta1/{parent}/iosApps — Lists each IosApp associated with the specified FirebaseProject. The elements ar
Inputs
- a linked
oauthcredential (no key inputs) — the server injects a freshAuthorization: Bearerfrom it operation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: firebase_availableprojects_list
# (attach an 'oauth' credential to the task — no inline secrets)