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.
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.
- Firebase MCP serverdiscovered
- Firebase Hosting REST APIdiscovered
- Firebase CLIdiscovered
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.
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
- integrations.json✗
/.well-known/integrations.json - llms.txt✗
/llms.txt - API catalog✗
/.well-known/api-catalog - OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✗
/.well-known/oauth-protected-resource - Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing