Googleapis Firebasedatabase
Firebase Realtime Database API is a Google Firebase API for using and managing a cloud-hosted realtime JSON database.
- 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)
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: firebasedatabase_projects_locations_instances_ge, firebasedatabase_projects_locations_instances_li, firebasedatabase_projects_locations_instances_de, firebasedatabase_projects_locations_instances_di, firebasedatabase_projects_locations_instances_re, firebasedatabase_projects_locations_instances_un |
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}. |
body |
string | no | — | Request body as a JSON object string (for create/update operations). |