Googleapis Firebasedatabase
Connector for the googleapis-firebasedatabase API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://firebasedatabase.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
firebasedatabase_projects_locations_instances_ge— GET /v1beta/{name} — Gets the DatabaseInstance identified by the specified resource name.firebasedatabase_projects_locations_instances_li— GET /v1beta/{parent}/instances — Lists each DatabaseInstance associated with the specified parent project. The lifirebasedatabase_projects_locations_instances_de— DELETE /v1beta/{name} — Marks a DatabaseInstance to be deleted. The DatabaseInstance will be set to thefirebasedatabase_projects_locations_instances_di— POST /v1beta/{name}:disable — Disables a DatabaseInstance. The database can be re-enabled later using Reenablefirebasedatabase_projects_locations_instances_re— POST /v1beta/{name}:reenable — Enables a DatabaseInstance. The database must have been disabled previously usinfirebasedatabase_projects_locations_instances_un— POST /v1beta/{name}:undelete — Restores a DatabaseInstance that was previously marked to be deleted. After the
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: firebasedatabase_projects_locations_instances_ge
# (attach an 'oauth' credential to the task — no inline secrets)