The Firebase JS SDK is now in BETA!
This EAP site is no longer maintained. See the official Firebase Documentation site for the latest documentation and information about the Firebase JS SDK.

Home > @firebase/app > FirebaseAppConfig

FirebaseAppConfig interface

Configuration options given to initializeApp()

Signature:

export interface FirebaseAppConfig 

Properties

Property Type Description
automaticDataCollectionEnabled? boolean (Optional) The settable config flag for GDPR opt-in/opt-out
name? string (Optional) custom name for the Firebase App. The default value is "[DEFAULT]".