BaaS

Supabase, Firebase, Neon DB e Upstash Redis.

O PlazerCLI v3.1 suporta 4 Backend-as-a-Service para complementar ou substituir a infraestrutura local.

Supabase

Client completo com storage, database e auth. Gera client no backend e frontend.

SUPABASE_URL=https://your-project.supabase.co
SUPABASE_ANON_KEY=your-anon-key
SUPABASE_SERVICE_ROLE_KEY=your-service-role-key

Firebase

Firebase Admin SDK com Auth, Firestore, Storage e Messaging. Gera client no backend e frontend.

FIREBASE_PROJECT_ID=your-project-id
FIREBASE_CLIENT_EMAIL=your-email
FIREBASE_PRIVATE_KEY="your-key"

Neon DB

PostgreSQL serverless da Neon. Ideal para edge functions e serverless.

NEON_DATABASE_URL=postgres://user:pass@ep-xxx.neon.tech/dbname

Upstash Redis

Redis serverless via REST API. Ideal para edge e serverless.

UPSTASH_REDIS_REST_URL=https://your-endpoint.upstash.io
UPSTASH_REDIS_REST_TOKEN=your-token