-
Notifications
You must be signed in to change notification settings - Fork 14
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
Implement Real Time flags #18
Comments
So it looks I'll be doing the following to achieve this:
If any of the above doesn't sound right @matthewelwell please let me know |
@gazreese yes, this all sounds correct. I just want to clarify one thing, however, since the terminology can get confusing.
Do you mean here that we will add a new argument to the Flagsmith SDK constructor called To keep parity with the JS client for now, my preference is for the former, but certainly in the future, being able to provide a list of flags that should be enabled for realtime would probably be useful. For now, handling that in the customer's own logic via the |
Yes the former @matthewelwell 👍 |
Requirements have been added in a bit more detail to the parent issue here. |
Does this mean that the android SDK is in feature parity with JS sdk, as of 1.3.0? |
There are affordances with the JS SDK that arent possible in the Android one, but we do have good support for all Flagsmith features within the Kotlin SDK yes! |
As per the JS SDK here: https://github.com/Flagsmith/flagsmith-js-client/blob/d85456e9a2c047665a58a782bed921a5a631b138/flagsmith-core.ts#L373
The text was updated successfully, but these errors were encountered: