Firebase · OAuth Scopes

Firebase OAuth Scopes

OAuth 2.0 searched

Firebase publishes 8 OAuth 2.0 scopes via the authorizationCode flow. Scopes are the fine-grained permissions an application requests at authorization time to act against the Firebase API on a user’s behalf.

Tokens are issued from https://oauth2.googleapis.com/token.

This index is generated from the provider’s OpenAPI security definitions (and, where available, its documented scope reference) and refreshes on every APIs.io network build. Browse every provider’s scopes at scopes.apis.io.

CompanyBackend as a ServiceApplication DevelopmentMobileWebAuthenticationDatabaseCloud FunctionsMessagingGoogle
Scopes: 8 Flows: authorizationCode Method: searched

OAuth endpoints

Authorization URL
https://accounts.google.com/o/oauth2/v2/auth
Token URL
https://oauth2.googleapis.com/token
Flows
authorizationCode

Scopes (8)

ScopeDescriptionFlows
https://www.googleapis.com/auth/firebase View and administer all your Firebase data and settings.
https://www.googleapis.com/auth/firebase.readonly View all your Firebase data and settings.
https://www.googleapis.com/auth/cloud-platform View and manage your data across Google Cloud Platform services.
https://www.googleapis.com/auth/cloud-platform.read-only View your data across Google Cloud Platform services.
https://www.googleapis.com/auth/datastore View and manage Cloud Firestore / Datastore data.
https://www.googleapis.com/auth/firebase.messaging Send messages and manage messaging via Firebase Cloud Messaging.
https://www.googleapis.com/auth/firebase.database View and administer Firebase Realtime Database data.
https://www.googleapis.com/auth/userinfo.email See the primary Google Account email address.

Source

OAuth Scopes

firebase-scopes.yml Raw ↑
generated: '2026-07-19'
method: searched
source: >-
  https://developers.google.com/identity/protocols/oauth2/scopes#firebase,
  https://firebase.google.com/docs/projects/api/reference/rest
docs: https://developers.google.com/identity/protocols/oauth2/scopes#firebase
note: >-
  Firebase's Google-hosted REST APIs authorize with Google OAuth 2.0 scopes.
  Scopes below are documented by Google for Firebase-related services.
schemes:
- name: GoogleOAuth2
  flows:
  - flow: authorizationCode
    authorizationUrl: https://accounts.google.com/o/oauth2/v2/auth
    tokenUrl: https://oauth2.googleapis.com/token
scopes:
- scope: https://www.googleapis.com/auth/firebase
  description: View and administer all your Firebase data and settings.
- scope: https://www.googleapis.com/auth/firebase.readonly
  description: View all your Firebase data and settings.
- scope: https://www.googleapis.com/auth/cloud-platform
  description: View and manage your data across Google Cloud Platform services.
- scope: https://www.googleapis.com/auth/cloud-platform.read-only
  description: View your data across Google Cloud Platform services.
- scope: https://www.googleapis.com/auth/datastore
  description: View and manage Cloud Firestore / Datastore data.
- scope: https://www.googleapis.com/auth/firebase.messaging
  description: Send messages and manage messaging via Firebase Cloud Messaging.
- scope: https://www.googleapis.com/auth/firebase.database
  description: View and administer Firebase Realtime Database data.
- scope: https://www.googleapis.com/auth/userinfo.email
  description: See the primary Google Account email address.