-
Notifications
You must be signed in to change notification settings - Fork 1k
Closed
Description
firebase-tools: 8.16.0 & 8.16.1
Platform: CircleCI circleci/node:8.14.0-stretch-browsers
Test case
The issue only occurs when the Emulator has not been downloaded yet.
$ npx firebase emulators:start --only firestore
i emulators: Starting emulators: firestore
⚠ It appears you are running in a CI environment. You can avoid downloading the Firestore Emulator repeatedly by caching the /home/circleci/.cache/firebase/emulators directory.
i firestore: downloading cloud-firestore-emulator-v1.11.9.jar...
i emulators: Shutting down emulators.
i firestore: Stopping Firestore Emulator
i hub: Stopping emulator hub
Error: An unexpected error has occurred.
Steps to reproduce
$ rm -rf /home/circleci/.cache/firebase/emulators
$ npx firebase emulators:start --only firestore
Expected behavior
The Emulator downloads and runs successfully.
Actual behavior
npx firebase emulators:start --only firestore --debug
[2020-11-13T16:42:29.120Z] > command requires scopes: ["email","openid","https://www.googleapis.com/auth/cloudplatformprojects.readonly","https://www.googleapis.com/auth/firebase","https://www.googleapis.com/auth/cloud-platform"]
[2020-11-13T16:42:29.121Z] > authorizing via FIREBASE_TOKEN environment variable
i emulators: Starting emulators: firestore {"metadata":{"emulator":{"name":"hub"},"message":"Starting emulators: firestore"}}
[2020-11-13T16:42:29.173Z] [hub] writing locator at /tmp/hub-icebreaker-devel.json
⚠ It appears you are running in a CI environment. You can avoid downloading the Firestore Emulator repeatedly by caching the /home/circleci/.cache/firebase/emulators directory.
i firestore: downloading cloud-firestore-emulator-v1.11.9.jar... {"metadata":{"emulator":{"name":"firestore"},"message":"downloading cloud-firestore-emulator-v1.11.9.jar..."}}
i emulators: Shutting down emulators. {"metadata":{"emulator":{"name":"hub"},"message":"Shutting down emulators."}}
i firestore: Stopping Firestore Emulator {"metadata":{"emulator":{"name":"firestore"},"message":"Stopping Firestore Emulator"}}
i hub: Stopping emulator hub {"metadata":{"emulator":{"name":"hub"},"message":"Stopping emulator hub"}}
[2020-11-13T16:42:29.186Z] ReferenceError: URL is not defined
at /home/circleci/icebreaker/functions/node_modules/firebase-tools/lib/emulator/download.js:69:19
at Generator.next (<anonymous>)
at /home/circleci/icebreaker/functions/node_modules/firebase-tools/lib/emulator/download.js:8:71
at new Promise (<anonymous>)
at __awaiter (/home/circleci/icebreaker/functions/node_modules/firebase-tools/lib/emulator/download.js:4:12)
at downloadToTmp (/home/circleci/icebreaker/functions/node_modules/firebase-tools/lib/emulator/download.js:68:12)
at /home/circleci/icebreaker/functions/node_modules/firebase-tools/lib/emulator/download.js:27:27
at Generator.next (<anonymous>)
at /home/circleci/icebreaker/functions/node_modules/firebase-tools/lib/emulator/download.js:8:71
at new Promise (<anonymous>)
at __awaiter (/home/circleci/icebreaker/functions/node_modules/firebase-tools/lib/emulator/download.js:4:12)
at module.exports (/home/circleci/icebreaker/functions/node_modules/firebase-tools/lib/emulator/download.js:23:28)
at Object.<anonymous> (/home/circleci/icebreaker/functions/node_modules/firebase-tools/lib/emulator/downloadableEmulators.js:304:23)
at Generator.next (<anonymous>)
at /home/circleci/icebreaker/functions/node_modules/firebase-tools/lib/emulator/downloadableEmulators.js:8:71
at new Promise (<anonymous>)
Error: An unexpected error has occurred.
cc @nickpell
Metadata
Metadata
Assignees
Labels
No labels