Supabase
Supabase is an open source Firebase alternative. A service to:
- Listen to database changes.
- Query your tables, including filtering, pagination, and deeply nested relationships (like GraphQL).
- Create, update, and delete rows.
- Manage your users and their permissions.
- Interact with your database using a simple UI.
Supabase is not a 1-to-1 mapping of Firebase. Most notably, Supabase uses Postgres rather than a NoSQL store.
Search Results
Build a Realtime Chat App with Remix and Supabase
course by Jon Meyers
Cache Supabase data at the Edge with Cloudflare Workers and KV Storage
course by Jon Meyers
Build a SaaS product with Next.js, Supabase and Stripe
course by Jon Meyers
Build a Real-Time Data Syncing Chat Application with Supabase and Next.js
course by Kristian Freeman
Building Supabase Serverless Workflows with Cloudflare Workers
lesson by Kristian Freeman
Deploy a Supabase Application to Production with Cloudflare Pages
lesson by Kristian Freeman
Retrieve and Displaying User Details with User Subscriptions
lesson by Kristian Freeman
Request User Details for a Given User Using Supabase's API
lesson by Kristian Freeman
Keep Track of the Current User Using Next.js with Supabase
lesson by Kristian Freeman
Insert Submitted Data to Supabase Tables
lesson by Kristian Freeman
Enable Realtime Only for Individual Tables using supabase_realtime
lesson by Kristian Freeman
Subscribe to Database Changes using Supabase's Realtime Client
lesson by Kristian Freeman
Executing Raw SQL using Supabase's Interface
lesson by Kristian Freeman
Set up GitHub Authorization with Supabase
lesson by Kristian Freeman
Set up a Login Page in Next.js with Supabase's auth.session()
lesson by Kristian Freeman
Set up a Supabase Client in Next.js
lesson by Kristian Freeman
Retrieve Data with a Supabase API Request
lesson by Kristian Freeman
Use Triggers to Automatically Update Supabase Tables
lesson by Kristian Freeman
Configure Supabase Auth to Allow Users to Login with GitHub
lesson by Kristian Freeman
Navigate the Supabase Admin Interface
lesson by Kristian Freeman
Create a New Supabase Project
lesson by Kristian Freeman