How to debug firebase emulator within backend as Node.js

Fredric Cliver
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.

--

--

Fredric Cliver
Fredric Cliver

Written by Fredric Cliver

13+ years in the digital trenches. I decode complex tech concepts into actionable insights, focusing on AI, Software Engineering, and emerging technologies.

No responses yet