React Native Firebase
    Preparing search index...

    Firebase Remote RemoteConfig package for React Native.

    Access the firebase export from the config package:

    import { firebase } from '@react-native-firebase/remote-config';

    // firebase.remoteConfig().X

    Using the default export from the config package:

    import remoteConfig from '@react-native-firebase/remote-config';

    // remoteConfig().X

    Using the default export from the app package:

    import firebase from '@react-native-firebase/app';
    import '@react-native-firebase/remote-config';

    // firebase.remoteConfig().X

    remote-config

    Classes

    Module

    The Firebase Remote RemoteConfig service interface.

    Interfaces

    ConfigDefaults

    Set default config values by updating defaultConfig with an object & the properties you require as default.

    ConfigSettings

    An Interface representing settable config settings.

    ConfigUpdate

    Contains information about which keys have been updated.

    ConfigUpdateObserver

    Observer interface for receiving real-time Remote Config update notifications.

    ConfigValue

    An Interface representing a RemoteConfig value.

    ConfigValues

    An Interface representing multiple RemoteConfig Values.

    LastFetchStatus

    A pseudo-enum for usage with ConfigSettingsRead.lastFetchStatus to determine the last fetch status.

    Statics

    Firebase Remote RemoteConfig statics.

    ValueSource

    A pseudo-enum for usage with ConfigValue.source to determine the value source.

    Type Aliases

    CallbackOrObserver
    LastFetchStatusType

    The status of the latest Remote RemoteConfig fetch action.

    OnConfigUpdatedListenerCallback
    RemoteConfigLogLevel

    Defines levels of Remote Config logging. Web only.

    Unsubscribe

    A function that unsubscribes from a real-time event stream.