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?