how to detect when user has been created ?
I'm using Auth UI:
<Auth
supabaseClient={supabase}
appearance={{ theme: ThemeSupa }}
theme="dark"
/>
how to detect when a user has been created? so that I can insert in prisma user schema.
<Auth
supabaseClient={supabase}
appearance={{ theme: ThemeSupa }}
theme="dark"
/>
how to detect when a user has been created? so that I can insert in prisma user schema.