firebase-gcp-debug

Installation
SKILL.md

Firebase + GCP Debug

Triage (always)

  • Decide target: local emulators vs deployed (prod/staging)
  • Identify projectId (usually from .firebaserc / firebase.json)
  • Identify function/service name, region, and exact timestamp of the failure (UTC if possible)
  • Collect the full error text + any request id / trace id

Local emulator workflow

  1. Confirm tooling versions:
    • node --version
    • firebase --version
  2. Start only what you need (faster, less noise):
    • firebase emulators:start --only functions,firestore
  3. For Node debugging, enable inspector:
    • firebase emulators:start --only functions --inspect-functions
  4. Reproduce the issue and watch emulator logs.
Related skills
Installs
8
GitHub Stars
2
First Seen
Mar 12, 2026