Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Is there a plan to support mobile clients #1343

Open
pradeepbbl opened this issue Jul 2, 2024 · 5 comments
Open

[FEATURE] Is there a plan to support mobile clients #1343

pradeepbbl opened this issue Jul 2, 2024 · 5 comments
Labels
enhancement New feature or request Needs Triage This issue needs to be investigated by a maintainer

Comments

@pradeepbbl
Copy link
Contributor

pradeepbbl commented Jul 2, 2024

Requirements

Hi, we are currently exploring flagd as our next feature flagging system just curious to know if there is a plan to create mobile specific client side provider sdk same as others e.g. https://docs.flagsmith.com/clients/ios

-Thanks

@pradeepbbl pradeepbbl added enhancement New feature or request Needs Triage This issue needs to be investigated by a maintainer labels Jul 2, 2024
@toddbaert
Copy link
Member

Hey @pradeepbbl .

We currently have a Kotlin and Swift SDKs, but no flagd providers for them. What languages would you want supported? Would Kotlin and Swift be sufficient?

@pradeepbbl
Copy link
Contributor Author

pradeepbbl commented Jul 3, 2024

Hey @toddbaert,
Thanks for the quick response ❤️, yes Kotlin and Swift should be sufficient for our use case.

@toddbaert
Copy link
Member

@thomaspoignant is working on a OFREP-compatible provider for Swith (flagd supports OFREP).

cc @thomaspoignant

@thomaspoignant
Copy link
Member

I have released a GO Feature Flag provider (and OFREP Provider) for swift https://github.com/go-feature-flag/openfeature-swift-provider/.

It has an OFREP provider built into it so that you can use it already in iOS.
You can use the OfrepProvider directly, you don't have to use the GoFeatureFlagProvider if you want to use it with flagD.

@toddbaert
Copy link
Member

A related FYI; the React SDK can be used in React Native apps along with the OFREP web provider.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Needs Triage This issue needs to be investigated by a maintainer
Projects
None yet
Development

No branches or pull requests

3 participants