can we make triggers to auto add metadata to auth....
# help
k
can we make triggers to auto add metadata to auth.users on signup?
s
What would be the use case for this? since during signup you can just add info to metadata with the
signUp
function.
k
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
I figured I could minimize the # of requests to Supabase by storing it in the metadata