All topics
Backend · Learning hub

Supabase notes for developers

Master Supabase with a curated set of 3 developer notes — core concepts, patterns, and interview prep. Maintained by the DevRecall team.

Save this stack to your DevRecallMore Backend notes
Supabase

Supabase Essentials

Supabase Essentials Client Setup & Auth import { createClient } from '@supabase/supabase-js'; import type { Database } from './database.types'; // generated typ

Supabase

Supabase Fundamentals

Supabase Fundamentals Supabase is an open-source Firebase alternative. It provides a PostgreSQL database, Auth, realtime subscriptions, storage, and edge functi

Supabase

Realtime & Storage

Realtime & Storage Supabase Realtime broadcasts database changes over WebSockets. Storage provides S3-compatible file storage with RLS policies. Edge Functions

Keep your Supabase knowledge sharp.

Save this stack to your personal DevRecall — add your own notes, track what you're learning, and share what you know with the community.

Get started — free forever