flagd icon indicating copy to clipboard operation
flagd copied to clipboard

[FEATURE] Is there a plan to support mobile clients

Open pradeepbbl opened this issue 1 year ago • 5 comments

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 avatar Jul 02 '24 10:07 pradeepbbl

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?

toddbaert avatar Jul 02 '24 17:07 toddbaert

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

pradeepbbl avatar Jul 03 '24 12:07 pradeepbbl

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

cc @thomaspoignant

toddbaert avatar Jul 08 '24 17:07 toddbaert

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.

thomaspoignant avatar Jul 11 '24 12:07 thomaspoignant

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

toddbaert avatar Aug 13 '24 17:08 toddbaert