skiptools / skiptools/skip-firebase
RemoteConfig support
Nobody has claimed this yet.
- Dominant language
- Swift
- Stars
- 18
- Forks
- 26
- PR merge metrics
- No merged PRs in 30d
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]]")
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by inspecting the SkipFirebaseRemoteConfig integration and compare the exposed API with FirebaseRemoteConfig's configValue(forKey:) and fetchAndActivate(...) methods shown in the issue. No implementation file or test is named, so locate the wrapper and its existing API coverage first; done means these calls compile and behave consistently with the Firebase example.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- firebase, swift
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100