firebase-debug.log
Cloud Firestore emulator quickstart
I am getting the Timeout error running the emulators:exec command on an unchanged project.
I tried other ports 8081, 8082 and
$ sudo firebase emulators:exec --only firestore 'npm test'
$ firebase emulators:exec 'npm test'
$ firebase emulators:start
produced the same Timeout error.
./firebase/quickstart-nodejs/firestore-emulator/javascript-quickstart
macOS v 10.15.6
$ firebase --version
8.4.2
$ node --version
v14.4.0
$
$ firebase emulators:exec --only firestore 'npm test'
i emulators: Starting emulators: firestore
i firestore: Firestore Emulator logging to firestore-debug.log
i emulators: Shutting down emulators.
Error: TIMEOUT: Port 8080 on localhost was not active within 30000ms
firebase-debug.log
Cloud Firestore emulator quickstart
I am getting the Timeout error running the
emulators:execcommand on an unchanged project.I tried other ports
8081, 8082andproduced the same Timeout error.