FirebaseRemoteConfig Framework Reference

Structures

The following structures are available globally.

  • Represents a value associated with a key in a custom signal, restricted to the allowed datatypes : String, Int, Double.

    Declaration

    Swift

    publicstructCustomSignalValue
    extensionCustomSignalValue:ExpressibleByStringInterpolation
    extensionCustomSignalValue:ExpressibleByIntegerLiteral
    extensionCustomSignalValue:ExpressibleByFloatLiteral
  • A property wrapper that listens to a Remote Config value.

    Declaration

    Swift

    @available(iOS14.0,macOS11.0,tvOS14.0,watchOS7.0,*)@propertyWrapper@MainActorpublicstructRemoteConfigProperty<T>:DynamicPropertywhereT:Decodable

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.