React Native Firebase
    Preparing search index...

    Full FirebaseApp interface that extends the base interface. Module-specific methods (auth(), analytics(), etc.) are added here via declaration merging from individual package .d.ts files.

    interface FirebaseApp {
        automaticDataCollectionEnabled: boolean;
        name: string;
        options: FirebaseAppOptions;
        delete(): Promise<void>;
        utils(): Utils.Module;
    }

    Hierarchy (View Summary)

    Index

    Methods

    Properties

    automaticDataCollectionEnabled: boolean

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

    name: string

    The name (identifier) for this App. '[DEFAULT]' is the default App.

    The (read-only) configuration options from the app initialization.