You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
How important is this improvement for you?
Dealbreaker
Feature would mainly be used with
Atlas App Services: Auth or Functions etc
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: