supabase-query
Installation
SKILL.md
Supabase – Open-Source Firebase Alternative
Supabase provides a PostgreSQL database, authentication, instant APIs, edge functions, realtime subscriptions, and file storage.
- GitHub: github.com/supabase/supabase (80 000+ ⭐)
- License: Apache-2.0
- Security: SOC 2 compliant. Active bug bounty programme. No malware.
Environment Variables
| Variable | Description |
|---|---|
{{SUPABASE_URL}} |
Project API URL |
{{SUPABASE_ANON_KEY}} |
Anonymous / public API key |
{{SUPABASE_SERVICE_KEY}} |
Service-role key (server-side only) |