FirebaseOptions
interface FirebaseOptions {
apiKey?: string;
appId?: string;
authDomain?: string;
databaseURL?: string;
measurementId?: string;
messagingSenderId?: string;
projectId?: string;
storageBucket?: string;
}§Properties
§
apiKey?: string
[src]An encrypted string used when calling certain APIs that don't need to
access private user data
(example value: AIzaSyDOCAbC123dEf456GhI789jKl012-MnO
).
§
measurementId?: string
[src]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.
§
messagingSenderId?: string
[src]Unique numerical value used to identify each sender that can send Firebase Cloud Messaging messages to client apps.