I'm running
firebase emulators:start
and getting
firestore emulator has exited upon receiving signal: SIGINT

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