Ensures the last activated config are available to the getters.
Fetches parameter values for your app.
Performs a fetch and returns a Boolean which resolves to true if the current call activated the fetched configs.
Fetches and caches configuration from the Remote Config service.
Indicates the default value in milliseconds to abandon a pending fetch request made to the Remote Config server. Defaults to 60000 (One minute).
Gets all config.
Gets the value for the given key as a boolean.
Gets the value for the given key as a number.
Returns a RemoteConfig instance for the given app.
Gets the value for the given key as a string.
Gets the value for the given key
Checks two different things.
The status of the latest Remote RemoteConfig fetch action.
Starts listening for real-time config updates from the Remote Config backend and automatically fetches updates from the Remote Config backend when they are available.
Registers a listener to changes in the configuration.
Deletes all activated, fetched and defaults configs and resets all Firebase Remote Config settings. Android only. iOS does not reset anything.
Set the Remote RemoteConfig settings, currently able to set
fetchTimeMillis & minimumFetchIntervalMillis
Sets the custom signals for the app instance.
Fetches parameter values for your app.
Fetches parameter values for your app.
Defines the log level to use.
Returns a ConfigSettings object which provides the properties minimumFetchIntervalMillis & fetchTimeMillis if they have been set
using setConfigSettings({ fetchTimeMillis: number, minimumFetchIntervalMillis: number }).
Defines the type for representing custom signals and their values. The values in CustomSignals must be one of the following types: string, number, or null. There are additional limitations on key and value length, for a full description see https://firebase.google.com/docs/remote-config/parameters?template_type=client#custom_signal_conditions Failing to stay within these limitations will result in a silent API failure with only a warning in device logs
Firebase Remote RemoteConfig package for React Native.
Returns a Boolean which resolves to true if the current call activated the fetched configs.