Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

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).

§
appId?: string
[src]

Unique identifier for the app.

§
authDomain?: string
[src]

Auth domain for the project ID.

§
databaseURL?: string
[src]

Default Realtime Database URL.

§
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.

§
projectId?: string
[src]

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

§
storageBucket?: string
[src]

The default Cloud Storage bucket name.