andre-paraense / launchdarkly_flutter

A LaunchDarkly Flutter SDK
GNU Lesser General Public License v3.0
4 stars 5 forks source link

Add support for changing user context #24

Closed ookami-kb closed 4 years ago

ookami-kb commented 4 years ago

Is your feature request related to a problem? Please describe. When your user context is changing (e.g. you need to track logged-in/logged-out users differently, or you have multiple users support) you need to update user in LD. While in iOS SDK you can call start again with new user context, Android SDK ignores subsequent calls to init.

Describe the solution you'd like Add support for changing user context (available for both Android and iOS SDKs).

Describe alternatives you've considered No.

Additional context I can take this issue and prepare a PR.

andre-paraense commented 4 years ago

Hey, @ookami-kb , thanks for this one. Are you up to the task? Alright, I will assigned this one to you and wait for your PR. Let me know if you need any support. Cheers!