User Profile creation on signup
Hi, Currently when I signup, I am taking a bunch of information from the user, and some of the data is for user profile, and when i signup, i want to create user profile with the data and connect it to the user with id, is that possible?
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!
I have a similar need. I have google users and magic link users. I want to create a profile doc on sign up and associate users with profiles
This sounds like a matter of adding logic to your mutation functions. For example, the convex documentation for the clerk webhook sync
I'm using convex auth. I ended up adding my fields to the users table and after the onboarding flow users will add the data like name, date of birth etc