Convex BetterAuth
how do I get the userMetadata by their id using better auth with convex. I mean the user data of the tables controlled by betterauth convex integration.
4 Replies
Thanks for posting in <#1088161997662724167>.
Reminder: If you have a Convex Pro account, use the Convex Dashboard to file support tickets.
- Provide context: What are you trying to achieve, what is the end-user interaction, what are you seeing? (full error message, command output, etc.)
- Use search.convex.dev to search Docs, Stack, and Discord all at once.
- Additionally, you can post your questions in the Convex Community's <#1228095053885476985> channel to receive a response from AI.
- Avoid tagging staff unless specifically instructed.
Thank you!
There's a code example here: https://convex-better-auth.netlify.app/#basic-usage-authorization-convex-functions
I am trying to get the details of the user who is not the current user.
Found a temp solution
https://github.com/get-convex/better-auth/issues/77#issuecomment-3256217397
GitHub
Retrieve better-auth user data by convex user id · Issue #77 · ge...
Currently I can't find any way to retrieve the better-auth's user name or email via the convex user id. Do I have to manually copy these over from better-auth's tables to my own tables?