
Firebase Hosting API
Firebase Hosting API
Manage Firebase Hosting sites, preview channels, releases, versions, and file uploads from deployment pipelines.
Covers channels, releases, and versions end to end
Focused on Hosting rather than Firestore or Functions
Begin with an OAuth token that includes firebase or cloud-platform scope. List sites first, then test channels, versions:clone, and populateFiles before wiring the flow into your deployment pipeline.
Uptime · 30-day window
About this API
This API turns Firebase Hosting deployments into a scriptable surface, especially for teams that rely on preview channels, version cloning, and file population during CI/CD. The resource surface includes "/v1beta1/{name}", "/v1beta1/{parent}/channels", "/v1beta1/{parent}/domains", and "/v1beta1/{parent}/files", with groupings such as "projects" and "sites".
For backend teams, that is useful when the goal is to create preview channels for review environments, upload content files and publish a new release, or clone versions for rollback or reuse flows. The spec lists scopes such as "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/cloud-platform.read-only", and "https://www.googleapis.com/auth/firebase".
Focused on Hosting rather than Firestore or Functions The surface is still exposed under v1beta1
What you can build
- 1Create preview channels for review environments
- 2Upload content files and publish a new release
- 3Clone versions for rollback or reuse flows
Strengths & limitations
Strengths
- Covers channels, releases, and versions end to end
- Supports both firebase and cloud-platform scopes
- Fits naturally into CI build artifact flows
Limitations
- Focused on Hosting rather than Firestore or Functions
- The surface is still exposed under v1beta1
Example request
curl https://google.com/<endpoint> \
-H "Authorization: Bearer $ACCESS_TOKEN"Getting started
Begin with an OAuth token that includes firebase or cloud-platform scope. List sites first, then test channels, versions:clone, and populateFiles before wiring the flow into your deployment pipeline.
Technical details
- Auth type
- oauth
- Pricing
- unknown
- Protocols
- REST
- Response time
- 45 ms
- Last health check
- 5/12/2026, 7:37:31 AM
More from Google
Google Workspace Admin SDK API programmatically manages Workspace organizations — users, groups, devices, domains, audit logs, organizational units.
Retrieve AdMob accounts, apps, ad units, ad sources, and generate mediation or network reports.
Work with AdSense Host accounts, ad clients, ad units, reports, and ad code generation from one API surface.
Programmatically manage Apigee organizations, API proxy deployments, attributes, certificates, and hybrid operations.
Google BigQuery API is the REST interface to GCP's flagship data warehouse — execute SQL queries, manage datasets/tables, stream inserts, and use built-in ML.
Control Binary Authorization attestors and policy checks for container images deployed to GKE and Anthos.
Fetch Business Profile location metrics, daily time series, and monthly search keyword impressions.
Google Calendar API lets apps create, read, and update calendar events programmatically — the go-to integration for scheduling apps.