Database5 min read
Supabase Dev Tools
Supabase is Firebase built on Postgres. Auth, database, storage, and realtime in one platform.
Supabase is an open-source Firebase alternative built on PostgreSQL. For OpenClaw apps, it provides a complete backend: database, auth, storage, and realtime subscriptions.
Key Features
- Database: Full PostgreSQL with instant API
- Auth: Email/password, OAuth, magic links, SSO
- Storage: File uploads with CDN delivery
- Realtime: Subscribe to database changes
With OpenClaw
Use Supabase for user authentication, storing conversation logs, user preferences, and file storage.