Some Convex Clerk authentication questions
- In the "Calling
from React" section of the "Storing Users in the Convex Database" page (https://docs.convex.dev/auth/database-auth#calling-storeuser-from-react), what is thestoreUseruserId
used for? Removing it entirely seems to work just fine.useState - I'm observing that the
mutation located here (https://docs.convex.dev/auth/database-auth#storeuser-mutation) is not causing thestoreUser
field to be set for the two accounts that I've tested this with. I'm not familiar at all with what's going on under the hood with this auth stuff, but is it possible that this is a Convex bug?name