Googleapis Firebasehosting
Firebase Hosting API is a Google Firebase API for managing web app hosting and deployment resources.
- Base URL:
https://firebasehosting.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
firebasehosting_sites_versions_get— GET /v1beta1/{name} — Get the specified version that has been created for the specified site. This canfirebasehosting_sites_channels_list— GET /v1beta1/{parent}/channels — Lists the channels for the specified site. All sites have a defaultlivechannfirebasehosting_sites_domains_list— GET /v1beta1/{parent}/domains — Lists the domains for the specified site.firebasehosting_sites_versions_files_list— GET /v1beta1/{parent}/files — Lists the remaining files to be uploaded for the specified version.firebasehosting_sites_releases_list— GET /v1beta1/{parent}/releases — Lists the releases that have been created for the specified site or channel. Whefirebasehosting_projects_sites_list— GET /v1beta1/{parent}/sites — Lists each Hosting Site associated with the specified parent Firebase project.
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: firebasehosting_sites_versions_get
# (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: firebasehosting_sites_versions_get, firebasehosting_sites_channels_list, firebasehosting_sites_domains_list, firebasehosting_sites_versions_files_list, firebasehosting_sites_releases_list, firebasehosting_projects_sites_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}. |