FirebaseRemoteConfig Framework Reference

Constants

The following constants are available globally.

  • The Firebase Remote Config service default namespace, to be used if the API method does notspecify a different namespace. Use the default namespace if configuring from the Google Firebaseservice.

    Declaration

    Objective-C

    externNS_SWIFT_NAME(NamespaceGoogleMobilePlatform)NSString*constFIRNamespaceGoogleMobilePlatform
  • Key used to manage throttling in NSError user info when the refreshing of Remote Configparameter values (data) is throttled. The value of this key is the elapsed time since 1970,measured in seconds.

    Declaration

    Objective-C

    externNS_SWIFT_NAME(RemoteConfigThrottledEndTimeInSecondsKey)NSString*constFIRRemoteConfigThrottledEndTimeInSecondsKey
  • Remote Config error domain that handles errors when fetching data from the service.

    Declaration

    Objective-C

    externNS_SWIFT_NAME(RemoteConfigErrorDomain)NSString*constFIRRemoteConfigErrorDomain
  • Remote Config error domain that handles errors for the real-time config update service.

    Declaration

    Objective-C

    externNS_SWIFT_NAME(RemoteConfigUpdateErrorDomain)NSString*constFIRRemoteConfigUpdateErrorDomain
  • Error domain for custom signals errors.

    Declaration

    Objective-C

    externNS_SWIFT_NAME(RemoteConfigCustomSignalsErrorDomain)NSString*constFIRRemoteConfigCustomSignalsErrorDomain

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-03-11 UTC.