FirebaseRemoteConfig
Entry point for the Firebase Remote Config API.
Callers should first get the singleton object using Firebase.remoteConfig, and then call operations on that singleton object. The singleton contains the complete set of Remote Config parameter values available to your app. The singleton also stores values fetched from the Remote Config server until they are made available for use with a call to activate.
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Functions
Link copied to clipboard
Link copied to clipboard
Ensures the last activated config are available to the app.
Link copied to clipboard
Starts fetching configs, adhering to the specified minimum fetch interval.
Link copied to clipboard
Link copied to clipboard
Asynchronously fetches and then activates the fetched configs.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard