How can OAuth signup users get additional data assigned to them, just like email-pw users?
It's my understanding that this is a popular subject; support even linked me to https://github.com/supabase/supabase/discussions/9049 that acknowledges it. But I may just be not able to interpret it correctly to get the answer.
Can I have a nonexistent logged out user complete a form, sign up with an OAuth provider, and in doing so have my profile table trigger filled in with data not from the provider but from the form I had them fill out? Is there an "explain like I'm five" way to understand the steps to take even if I have to figure out the code myself? I just want to know that it's possible and understand the approach conceptually.
Can I have a nonexistent logged out user complete a form, sign up with an OAuth provider, and in doing so have my profile table trigger filled in with data not from the provider but from the form I had them fill out? Is there an "explain like I'm five" way to understand the steps to take even if I have to figure out the code myself? I just want to know that it's possible and understand the approach conceptually.