Constants
The following constants are available globally.
-
The Firebase Remote Config service default namespace, to be used if the API method does not specify a different namespace. Use the default namespace if configuring from the Google Firebase service.
Declaration
Objective-C
extern NS_SWIFT_NAME( NamespaceGoogleMobilePlatform) NSString *const FIRNamespaceGoogleMobilePlatform
-
Key used to manage throttling in NSError user info when the refreshing of Remote Config parameter values (data) is throttled. The value of this key is the elapsed time since 1970, measured in seconds.
Declaration
Objective-C
extern NS_SWIFT_NAME( RemoteConfigThrottledEndTimeInSecondsKey) NSString *const FIRRemoteConfigThrottledEndTimeInSecondsKey
-
Remote Config error domain that handles errors when fetching data from the service.
Declaration
Objective-C
extern NS_SWIFT_NAME(RemoteConfigErrorDomain) NSString *const FIRRemoteConfigErrorDomain
-
Remote Config error domain that handles errors for the real-time config update service.
Declaration
Objective-C
extern NS_SWIFT_NAME(RemoteConfigUpdateErrorDomain) NSString *const FIRRemoteConfigUpdateErrorDomain