I'm attempting to use node --inspect to attach my index.js Firebase functions to chrome devtools for a richer debugging experience than the terminal logs offer.
So far I've met with no success; here's what I've tried:
simply running either firebase serve and firebase emulators:start (but Chrome devtools does not seem to detect these)
running node --inspect against functions/index.js, which serves it on localhost:9229, but not in the context of the emulator, which I need for the other services (hosting, firestore).
reading the node docs and this SO post: Can't debug node.js using Chrome DevTools
I'm not sure whether
firebase-tools).Any direction appreciated.
This was just added in version 7.11.0 of the Firebase CLI (see release notes). You need to run:
firebase emulators:start --inspect-functions
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With