1
Install CLI
2
Local Development
- Ensure Docker Desktop is running
- Start Supabase locally
- Get URLs/keys and add to
.env.local
:
- Run Edge Functions in dev
3
Edge Functions env
Copy the template and fill secrets:Recommended keys (fill what you use):
4
Deploy to Cloud (optional)
.env.local
with cloud values:5
Common Commands
For production, upload local function secrets:
supabase secrets set --env-file supabase/functions/.env
.