Googleapis Firebase
Firebase Management API is a Google Firebase API for managing Firebase projects and registered apps.
- 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)
Publishes
The keys a later task may reference as {{taskName.key}}. Referencing anything not listed here resolves to nothing at run time.
erroroperationresultstatus
Input Properties
Every property this tool accepts, from its own tool.iml.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
operation |
string | yes | — | One of: firebase_availableprojects_list, firebase_projects_list, firebase_projects_webapps_getconfig, firebase_projects_androidapps_list, firebase_projects_availablelocations_list, firebase_projects_iosapps_list |
name |
string | no | — | Path parameter name (required by some operations). |
parent |
string | no | — | Path parameter parent (required by some operations). |
query |
string | no | — | Optional query params as a JSON object string, e.g. {"limit": 10}. |