How to debug firebase emulator within backend as Node.js
2 min readAug 18, 2020
Remember what you use a command to execute the firebase emulator.
It executed with [ firebase serve -options ]
Open the command palette. and choose the ‘Attach to Node Process’
You’re able to find a command line what you used to execute firebase emulator.
The debugger connection has been opened. And You can use the manual ‘debugger’ line or pick the breakpoint into the editor alternatively.