Skip to main content

Monitoring & Logging

Quick links: FrontendBackend

Backend

Firebase:

  • Use Functions logs for OAuth flows, refresh sweeps, and publish calls.
  • Add structured logs around token exchanges and error paths.
  • Error Logging: Check errorLogs collection in Firestore for detailed API error tracking with request context and user information.

Stripe:

  • Monitor webhook delivery dashboard for failures.

Related frontend: see Frontend

Frontend

Web:

  • Add server logs for /api/* routes; Next.js console output appears in platform logs.

Metrics (future):

  • Track connected accounts per provider, subscription statuses, and publish success rates.