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?
The Firebase Local Emulator Suite is a set of advanced tools for developers looking to build and test apps locally using Cloud Firestore, Realtime Database, Cloud Storage, Authentication, Cloud Functions, Pub/Sub, Firebase Hosting and Firebase Extensions.
This error is because of the failed quitting from firebase emulator. You already have the process of previous firebase emulator. For a new start, you have to find and stop the previous process.
sudo lsof -i tcp:<port>
kill -9 <process id>
according to this: https://github.com/firebase/firebase-tools/issues/1367 Ctrl+C
kills the emulators
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