Loading...
Loading...
Book
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.
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.
Authentication Made Simple with Supabase Auth
Implement user authentication seamlessly with Supabase Auth, covering sign-up, sign-in, password reset, and managing user profiles.
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.
Realtime Subscriptions for Dynamic Applications
Discover how to leverage Supabase Realtime to build dynamic applications that update instantly as data changes, without manual polling.
File Storage with Supabase Storage
Learn to upload, download, and manage files like images and documents using Supabase Storage, with control over access policies.
Building APIs with Supabase Functions
Extend your application's backend by creating custom serverless functions with Supabase Functions, enabling complex logic and integrations.
Deploying and Scaling Your Supabase Application
Understand best practices for deploying your Supabase-powered application and explore strategies for scaling as your user base grows.