Account

Signed in as
Project
hey-cupid

System health

[GET] "/api/health": 401 Unauthorized

Recent staff activity

No audited actions yet. Destructive operations (delete, resend, suppress, queue sends) are logged here.

Deploy commands

From BUILD/manage.heycupid.dating/:

npm run deploy            # build + deploy hosting + functions
npm run deploy:hosting    # hosting only
npm run deploy:rules      # Firestore security rules (project-wide)
npm run deploy:indexes    # Firestore composite indexes

From BUILD/heycupid.dating/:

npm run deploy            # heycupid.dating — Nuxt SSR + Cloud Function
npm run deploy:hosting    # hosting only

First-time secret bootstrap — same value on both apps:

# Generate a 32-byte UNSUBSCRIBE_SECRET
openssl rand -base64 32

# Then set it on each Firebase function (paste the same value both times)
firebase functions:secrets:set UNSUBSCRIBE_SECRET --project hey-cupid