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

    Swift

    letNamespaceGoogleMobilePlatform:String
  • 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

    Swift

    letRemoteConfigThrottledEndTimeInSecondsKey:String
  • Remote Config error domain that handles errors when fetching data from the service.

    Declaration

    Swift

    letRemoteConfigErrorDomain:String
  • Remote Config error domain that handles errors for the real-time config update service.

    Declaration

    Swift

    letRemoteConfigUpdateErrorDomain:String
  • Error domain for custom signals errors.

    Declaration

    Swift

    letRemoteConfigCustomSignalsErrorDomain:String

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.