Googleapis Firebasehosting
Connector for the googleapis-firebasehosting API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- 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)