
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?

unfortunately, not. You'll need to manually make the API calls and manage the session
Recommended threads
- Appwrite cloud error is preventing me fr...
I keep getting this error: `ERROR Error uploading to Appwrite cloud: [AppwriteException: Network request failed]` I haven't changed the endpoint listed in th...
- Payment faild issue
When I put the payment then it shows an error like show in image
- why do I get errors when logging in?
hello everyone, I wrote the jetpack compose android application a month ago, my authorization was working, but now it has stopped what is the problem? https://...
