Join Discord
Powered by
can we make triggers to auto add metadata to auth....
# help
k
kathy
12/15/2021, 5:53 AM
can we make triggers to auto add metadata to auth.users on signup?
s
silentworks
12/15/2021, 9:49 AM
What would be the use case for this? since during signup you can just add info to metadata with the
signUp
function.
k
kathy
12/16/2021, 12:33 AM
I wanted to set the default username in metadata to equal the user ID that's generated by
signUp
. I might just rework how I do auth though if this isn't a good idea
kathy
12/16/2021, 12:35 AM
I figured I could minimize the # of requests to Supabase by storing it in the metadata
Previous
Next