hey, I just want to know if I pass data in signup, how they'll be handle by supabase ? if there is a public profiles table, supabase will auto insert a new row with passed datas ?
n
Needle
05/19/2022, 7:16 PM
Hello @Hakkā!
This thread has been automatically created from your message in #843999948717555735 a few seconds ago.
We have already mentioned the @User so that they can see your message and help you as soon as possible!
Want to unsubscribe from this thread?
Right-click the thread in Discord (or use the ``...`` menu) and select "Leave Thread" to unsubscribe from future updates.
Want to change the title?
Use the ``/title`` command!
We have solved your problem?
Click the button below to archive it.
oh okey okey so the datas which are in auth.users table and when I'm logged in, could I have access to them in user from session returned in onAuthStateChange() ? (because I'm handle the context with on the change)
g
garyaustin
05/19/2022, 11:01 PM
The app and user metadata come back in sessions user object.
h
Hakkā
05/20/2022, 7:21 AM
okey thanks, which are the best ways to do this ? trigger a function or directly put last_name and first_name on data from signIn ?