skiptools / skiptools/skip-firebase

RemoteConfig support

Open
#57 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement good first issue help wanted
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.