React Native Firebase
    Preparing search index...
    interface FirebaseAppConfig {
        automaticDataCollectionEnabled?: boolean;
        automaticResourceManagement?: boolean;
        name?: string;
    }
    Index

    Properties

    automaticDataCollectionEnabled?: boolean

    Default setting for data collection on startup that affects all Firebase module startup data collection settings, in the absence of module-specific overrides. This will start as false if you set "app_data_collection_default_enabled" to false in firebase.json and may be used in opt-in flows, for example a GDPR-compliant app. If configured false initially, set to true after obtaining consent, then enable module-specific settings as needed afterwards.

    automaticResourceManagement?: boolean

    If set to true it indicates that Firebase should close database connections automatically when the app is in the background. Disabled by default.

    name?: string

    The Firebase App name, defaults to [DEFAULT] if none provided.