React Native Firebase
    Preparing search index...

    Functions

    activate

    Returns a Boolean which resolves to true if the current call activated the fetched configs.

    ensureInitialized

    Ensures the last activated config are available to the getters.

    fetchAndActivate

    Performs a fetch and returns a Boolean which resolves to true if the current call activated the fetched configs.

    fetchConfig

    Fetches and caches configuration from the Remote Config service.

    getAll

    Gets all config.

    getBoolean

    Gets the value for the given key as a boolean.

    getNumber

    Gets the value for the given key as a number.

    getRemoteConfig

    Returns a RemoteConfig instance for the given app.

    getString

    Gets the value for the given key as a string.

    getValue

    Gets the value for the given key.

    isSupported

    Checks two different things.

    1. Check if IndexedDB exists in the browser environment.
    2. Check if the current browser context allows IndexedDB open() calls.
    onConfigUpdate

    Registers a listener to changes in the configuration.

    reset

    Deletes all activated, fetched and defaults configs and resets all Firebase Remote Config settings. Android only. iOS does not reset anything.

    setCustomSignals

    Sets the custom signals for the app instance.

    setDefaultsFromResource

    Sets defaults based on a native resource.

    setLogLevel

    Defines the log level to use.

    References

    CustomSignals → CustomSignals