javascriptfirebasegoogle-cloud-firestorefirebase-tools

firestore emulator has exited upon receiving signal: SIGINT


I'm running

firebase emulators:start

and getting

firestore emulator has exited upon receiving signal: SIGINT

enter image description here

enter image description here

edited

enter image description here


As Clarity suggested in the comments section

enter image description here

firestore-debug.log

enter image description here


Solution

  • i had this issue and i just fixed it, install firebase tools like so:

    npm install -g firebase-tools
    

    and then log into the firebase project like this:

    firebase login -p <PROJECT_NAME>
    

    and it would work