Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • FirebaseOptions

Index

Properties

Optional apiKey

apiKey?: string

An encrypted string used when calling certain APIs that don't need to access private user data (example value: AIzaSyDOCAbC123dEf456GhI789jKl012-MnO).

Optional appId

appId?: string

Unique identifier for the app.

Optional authDomain

authDomain?: string

Auth domain for the project ID.

Optional databaseURL

databaseURL?: string

Default Realtime Database URL.

Optional measurementId

measurementId?: string

An ID automatically created when you enable Analytics in your Firebase project and register a web app. In versions 7.20.0 and higher, this parameter is optional.

Optional messagingSenderId

messagingSenderId?: string

Unique numerical value used to identify each sender that can send Firebse Cloud Messaging messages to client apps.

Optional projectId

projectId?: string

The unique identifier for the project across all of Firebase and Google Cloud.

Optional storageBucket

storageBucket?: string

The default Cloud Storage bucket name.

Generated using TypeDoc