googleapis.com

The Firebase Hosting REST API enables programmatic and customizable management and deployments to your Firebase-hosted sites. Use this REST API to create and manage channels and sites as well as to deploy new or updated hosting configurations and content files.

🔑 oauth2 17 endpoints analyticsmedia
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (10 total)

mcp-toolbox-sdk-python ✓ Official
pip install mcp-toolbox-sdk-python
python-storage ✓ Official
pip install python-storage
python-aiplatform ✓ Official
pip install python-aiplatform
python-genai ✓ Official
pip install python-genai
js-genai ✓ Official
npm install js-genai
go-genai ✓ Official
go get github.com/googleapis/go-genai
sdk-platform-java ✓ Official
# Maven: see https://github.com/googleapis/sdk-platform-java
java-genai ✓ Official
# Maven: see https://github.com/googleapis/java-genai
dotnet-genai ✓ Official
# See https://github.com/googleapis/dotnet-genai
gax-java ✓ Official
# See https://github.com/googleapis/gax-java
curl examples
Get the specified version that has been created for the specified site. This …
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://firebasehosting.googleapis.com/v1beta1/{name}
Lists the remaining files to be uploaded for the specified version.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://firebasehosting.googleapis.com/v1beta1/{parent}/files
Lists each Hosting Site associated with the specified parent Firebase project.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://firebasehosting.googleapis.com/v1beta1/{parent}/sites
Endpoints (17 total)
GET
/v1beta1/{name}
Get the specified version that has been created for the specified site. This …
GET
/v1beta1/{parent}/files
Lists the remaining files to be uploaded for the specified version.
GET
/v1beta1/{parent}/sites
Lists each Hosting Site associated with the specified parent Firebase project.
GET
/v1beta1/{parent}/domains
Lists the domains for the specified site.
GET
/v1beta1/{parent}/channels
Lists the channels for the specified site. All sites have a default `live` ch…
GET
/v1beta1/{parent}/releases
Lists the releases that have been created for the specified site or channel. …
GET
/v1beta1/{parent}/versions
Lists the versions that have been created for the specified site. This list i…
POST
/v1beta1/{parent}/sites
Creates a new Hosting Site in the specified parent Firebase project. Note tha…
POST
/v1beta1/{parent}/domains
Creates a domain mapping on the specified site.
POST
/v1beta1/{parent}/channels
Creates a new channel in the specified site.
POST
/v1beta1/{parent}/releases
Creates a new release, which makes the content of the specified version activ…
POST
/v1beta1/{parent}/versions
Creates a new version for the specified site.
At a glance
Total SDKs10
Languages6
Endpoints17
Authoauth2
Categories2
https://firebasehosting.googleapis.com