Currently I initialise the firebase emulators with:
$ firebase emulators:start
After some time working on it I want to stop it. How can I then stop the emulators?
sudo lsof -i tcp:<port>
kill -9 <process id>