
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
- Google signin with appwrite
I want to use Google sign in in android and create session from idToken using appwrite. But, i don't know if it's achievable or not. because i don't want to use...
- Realtime didn't work in react native exp...
``` useEffect(() => { const { client } = createClient(); const unsubscribe = client.subscribe(`databases.${process.env.EXPO_PUBLIC_APPWRITE_DATABASE}.t...
- Realtime didn't work in react native exp...
``` useEffect(() => { const { client } = createClient(); const unsubscribe = client.subscribe(`databases.${process.env.EXPO_PUBLIC_APPWRITE_DATABASE}.t...
