- 01
Introduction to Supabase: Your Open-Source Firebase Alternative
Get acquainted with Supabase, understand its core principles, and discover why it's a powerful open-source alternative to Firebase for building modern applications.
- 02
Setting Up Your Supabase Project and Database
Learn how to create your first Supabase project, navigate the dashboard, and set up your database schema using SQL and the intuitive visual editor.
- 03
Authentication Made Simple with Supabase Auth
Implement user authentication seamlessly with Supabase Auth, covering sign-up, sign-in, password reset, and managing user profiles.
- 04
Interacting with Your Data: Supabase Client Libraries
Explore how to connect your frontend application to Supabase using client libraries for JavaScript, and perform CRUD operations (Create, Read, Update, Delete) on your data.
