-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
Is Firebase Remote Config in a working state?
I'm not able to call .configValue(...) in the below example. I'm seeing a compile-time error saying value of type 'RemoteConfig' has no member 'configValue'. Several other methods are also inaccessible, such as fetchAndActivate(...)
#if SKIP
import SkipFirebaseRemoteConfig
#else
import FirebaseRemoteConfig
#endif
...
let remoteConfig = RemoteConfig.remoteConfig()
remoteConfig.configValue(forKey: "[[config_name_here]]")
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed