Supabase Tutorials
Browse 100 step-by-step tutorials to build faster with supabase.
Book a free consultationDescribe your problem, we'll find the right tutorial
Type in plain English — no need to know the exact tutorial name
Supabase is an open-source Firebase alternative built on PostgreSQL with Auth, Storage, Edge Functions, Realtime, and vector search. These tutorials cover the most common workflows — from Row Level Security and migrations to Edge Functions, OAuth, and connecting Supabase to frameworks like Next.js and Flutter. Each guide includes step-by-step instructions, SQL examples, and best practices.
Most popular tutorials
The tutorials developers follow most often
How to Add a Foreign Key in Supabase
Add foreign key constraints in Supabase using SQL or the Table Editor. Learn CASCADE vs RESTRICT, linking to auth.users, and querying nested data.
How to Add a Phone Number to a Supabase User Profile
Add a phone number field to your Supabase profiles table with E.164 validation, RLS policies, and optional OTP verification.
How to Allow Login Only for Invited Users in Supabase
Disable public signups and use inviteUserByEmail() to create an invite-only Supabase app. Includes Edge Function for admin-protected invitations.