
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
- Storage permission issues with Ionic/Ang...
Hello, I use Ionic/Angular with Appwrite to run a PWA. I use Appwrite Auth, Database, Function and Storage, and everything runs fine. If I build an Androi...
- Error uploading PDF: [AppwriteException:...
here is the my code export const uploadPDF = async (pdf) => { try { console.log("Uploading file:", pdf); const file = pdf.assets[0]; console....
- firebase Realtime Database to Appwrite D...
Hello, is there anyone who has successfully migrated from Firebase Realtime Database to Appwrite? I got stuck on how to migrate my data from Firebase Rtdb to Ap...
