Salvatore ArescoS
Convex Community10mo ago
3 replies
Salvatore Aresco

Clerk + Convex + RN: If using simulators, auth session is shared among devices

I'm using a local environment with 2 or more simulators running my app in Expo Go. If I request a query or mutation from the client, the server with convex seems to recognize every device logged with the same user who connected firstly.
So, if I create a document with a mutation from the second connected device logged with different account, I see the new document listed in the UI by the useQuery only in the first logged device in the same network (local).

Is there a way to differentiate session among different devices in the same local network?
Was this page helpful?