Supabase allows you to create database triggers that execute automatically when a new user signs up. This guide demonstrates how to set up a trigger to add initial data (e.g., credits) for new users.
- A Supabase project with authentication enabled.
- Familiarity with SQL and Supabase's
auth.users
table.