F

firebasehosting.googleapis.com

Firebase Hosting is Firebase’s web hosting service for deploying and serving static or web app content on Google’s infrastructure. It is part of the broader Firebase platform for building and operating applications.

3 integrations · MCP · REST · CLI

Firebase Hosting exposes a Google-authenticated REST API at firebasehosting.googleapis.com/v1beta1, plus the Firebase CLI and a Firebase MCP server that authenticate via Google Application Default Credentials; the CLI also supports a legacy FIREBASE_TOKEN CI token.

discovered 2mo ago
MCP servers1
REST · OpenAPI1
CLI1
Credentials
Google Application Default Credentials (typically a service account for server/CI use)compoundGet key

Create a Firebase project, then set up Google Application Default Credentials as described in Add the Firebase Admin SDK to your server. For CI/server use, the Firebase CLI docs recommend authenticating with ADC. In practice this usually means creating or selecting a Google Cloud service account with access to your Firebase project, downloading its JSON key or using your platform's workload identity flow, and pointing GOOGLE_APPLICATION_CREDENTIALS at the credential file or otherwise providing ADC.

Firebase CLI CI tokenbearerGet token

On a machine with a browser, run firebase login:ci as documented in Firebase CLI reference. Visit the printed URL, sign in with your Google account, then store the returned token in FIREBASE_TOKEN for headless CI use. Firebase documents this as a legacy option and recommends Application Default Credentials instead.

conventions · 0/8 published

Publish these signals → /publishing