firebase_remote_config_platform_interface library

Classes

FirebaseRemoteConfigPlatform
The interface that implementations of firebase_remote_config must extend.
RemoteConfigSettings
Defines the options for the corresponding Remote Config instance.
RemoteConfigUpdate
Used by Remote Config real-time config update service, this class represents changes between the newly fetched config and the current one.
RemoteConfigValue
RemoteConfigValue encapsulates the value and source of a Remote Config parameter.

Enums

RemoteConfigFetchStatus
The outcome of the last attempt to fetch config from the Firebase Remote Config server.
ValueSource
ValueSource defines the possible sources of a config parameter value.