auser
05/25/2023, 1:05 AMauth.users
via auth.identities
), is it possible to get the user_id?
HelpNanoBit
05/25/2023, 1:54 AMauser
05/25/2023, 2:05 AMNanoBit
05/25/2023, 2:07 AMpublic.profile
table if it existsauser
05/25/2023, 2:08 AMsigninwithOauth()
functionauth.identities
tableNanoBit
05/25/2023, 2:10 AMauser
05/25/2023, 2:11 AMnew.raw_user_meta_data
at leastNanoBit
05/25/2023, 2:21 AMgaryaustin
05/25/2023, 2:26 AMraise log 'my value = %',new;
in your trigger function and look in postgres logs to see all the values. But it would be whatever column name it is in for that table new.colname. I don't use OAuth either so not sure where it goes to. Some info like the OAuth access token are not stored at all for security reasons. I don't think that table has raw_user_meta_data like auth.users.auser
05/25/2023, 2:35 AMgaryaustin
05/25/2023, 2:41 AMhttps://cdn.discordapp.com/attachments/1111097762247884852/1111121874424971314/image.png▾
auser
05/25/2023, 2:42 AMgaryaustin
05/25/2023, 2:57 AM