supabase-backend
Installation
SKILL.md
Supabase Backend
Overview
Supabase provides an open-source Firebase alternative with PostgreSQL, authentication, and real-time capabilities. This skill should be invoked when building backends needing quick setup, real-time features, or PostgreSQL power.
Core Principles
- PostgreSQL Power: Full PostgreSQL capabilities
- Row Level Security: Fine-grained access control
- Real-Time: Live subscriptions to database changes
- Auth Built-in: User authentication included
Preparation Checklist
- Create Supabase project
- Design database schema
- Plan RLS policies
- Choose authentication providers