I need some help with supabase triggers. I am trying to follow along with this tutorial here, however I can't seem to figure out how to access the auth.users table, as it seems to be protected.
When I try to create a trigger all I get are the public tables I created in the project. How do I watch the auth users table?

Add a comment
|