ApatheticPotatoOriginal post
Android Developer
Right now it seems that after creating the session Appwrite sdk stores it in sharedpref and account.get() returns the user by identifying the user from session.
However for my use case (a game you can play with multiple people physically) I need to be able to let multiple users log in the app and also access their respective account.get and other methods of the sdk. Can this be done with the current sdk?
Summary
Title: Multiple Accounts on Same Device
Developers are unable to have multiple users log into the same app and access their respective accounts using the current SDK. They will need to manually make API calls and manage sessions.