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

FirebaseAppSettings

interface FirebaseAppSettings {
automaticDataCollectionEnabled?: boolean;
name?: string;
}

§Properties

§
automaticDataCollectionEnabled?: boolean
[src]

The settable config flag for GDPR opt-in/opt-out

§
name?: string
[src]

custom name for the Firebase App. The default value is "[DEFAULT]".