SupabaseS
Supabase3y ago
Aoki

Auth table not accessible anymore within database triggers

I've just implemented authentication with Supabase Auth and am now trying to create a seperate users table inside the public schema to clone user data from the auth table to my own users table. I've done this in the past on a different project already using database functions and triggers. However, now when trying to create the trigger that runs the function whenever a new user signs up, I'm not able to select any other table than my newly created "users" table inside my public schema.
Was this changed recently? Is there a better way now to handle cloning user data?
Was this page helpful?