F

Firebase Hosting REST API

REST discovered

Details
URL
https://firebasehosting.googleapis.com/v1beta1
Docs
https://firebase.google.com/docs/reference/hosting/rest
Authentication
Google Application Default Credentials (typically a service account for server/CI use) compound discovered Get key ↗
Authorization: Bearer <credential>

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.