FirebaseRemoteConfigSwift Framework Reference

RemoteConfigValue

public extension RemoteConfigValue
  • Extracts a RemoteConfigValue JSON-encoded object and decodes it to the requested type.

    Declaration

    Swift

    func decoded<Value>(asType: Value.Type = Value.self) throws -> Value where Value : Decodable

    Parameters

    asType

    The type to decode the JSON-object to