RemoteConfig supports property wrappers for Swift 5.1 or later #9828
fumito-ito
started this conversation in
Pitches
Replies: 1 comment
-
struct FeatureFlags { |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Property wrapper is the feature available for Swift 5.1 or later.
This function has great compatibility with Remote Config. In my use case , it will be able to use fetching feature flags.
Wrapped Value
It returns just remote config value as following.
and also provides binding for SwiftUI as
DynamicProperty
Other APIs
It provides additional information for Remote Config value
Beta Was this translation helpful? Give feedback.
All reactions