Skip to content

Supabase — Firebase Alternative

Firebase Alternative is the leading open source alternative to Firebase. Open source Firebase alternative with PostgreSQL. Real-time, auth, storage, edge functions.

Firebase charges $25/mo + usage fees. This alternative is free, self-hosted, and gives you full control.

Terminal window
docker run -d -p 8000:8000 supabase/supabase:latest

Open http://localhost:PORT and you’re running.

Coming soon — companion YouTube video for this episode.

FeatureSupabaseFirebase
PostgreSQL DatabaseFull relational SQL
AuthenticationEmail, OAuth, SSO
RealtimeWebSocket subscriptions
StorageS3-compatible file storage
Edge FunctionsDeno serverless
Auto-generated APIREST + GraphQL
Free hosted tierUnlimited API requests

Explore the docs and start building. Most tools have a hosted free tier if you don’t want to self-host.