db trigger for auth.users

want to create a record in public.profiles table when a user is registered
7 Replies
LakshayGMZ
LakshayGMZOP3d ago
i not able to follow this when i try to create trigger it only shows tables from public schema
garyaustin
garyaustin3d ago
You have to use SQL to create a trigger on auth like the link shows.
garyaustin
garyaustin3d ago
No description
LakshayGMZ
LakshayGMZOP3d ago
its no where written to do by sql thanks though
No description
garyaustin
garyaustin3d ago
The only example it shows is by doing SQL for all of it... You can create the function with the UI. The UI does not allow access to change Supabase schemas.
LakshayGMZ
LakshayGMZOP3d ago
yep thanks

Did you find this page helpful?