There looks like there isn't any way to Change the Active User on the Kotlin SDK at the moment. It looks like it's on all the other (or at least most other) language sdks
Solution
adding app.switch(to: secondUser) to the sdk
Alternatives
I've considered logging in every time. However, calling "app.login" doesn't work whilst offline
Problem
There looks like there isn't any way to Change the Active User on the Kotlin SDK at the moment. It looks like it's on all the other (or at least most other) language sdks
Solution
adding
app.switch(to: secondUser)
to the sdkAlternatives
I've considered logging in every time. However, calling "app.login" doesn't work whilst offline
How important is this improvement for you?
Dealbreaker
Feature would mainly be used with
Atlas App Services: Auth or Functions etc