David Kennedy

Results 4 comments of David Kennedy

@samtstern Unchanged i.e. no changes made to the tests. 1. node v10.21.0 2. host: 0.0.0.0 Same Timeout error: [error] Error: TIMEOUT: Port 8080 on 0.0.0.0 was not active within 30000ms...

@samtstern ```` $ java -jar ~/.cache/firebase/emulators/cloud-firestore-emulator-v1.11.4.jar API endpoint: http://localhost:8080 If you are using a library that supports the FIRESTORE_EMULATOR_HOST environment variable, run: export FIRESTORE_EMULATOR_HOST=localhost:8080 Dev App Server is now running....

```` $ java -Duser.language=en \ > -jar /Users/dkennedy//.cache/firebase/emulators/cloud-firestore-emulator-v1.11.4.jar \ > --host "0.0.0.0" --port 8091 \ > --rules /Users/dkennedy/project-2/firebase/quickstart-nodejs/firestore-emulator/javascript-quickstart/firestore.rules API endpoint: http://0.0.0.0:8091 If you are using a library that supports the...

@sumitrvi I also have the same issue. Did you find a solution for this?