firebase / emulators-codelab

Apache License 2.0
46 stars 38 forks source link

Infinite loading collections message #27

Closed davidoort closed 11 months ago

davidoort commented 11 months ago

I'm stuck on this step of your guide: https://firebase.google.com/codelabs/firebase-emulator#2

I have the following output when I start the emulators:

firebase emulators:start --import=./seed
i  emulators: Starting emulators: auth, functions, firestore, hosting
⚠  functions: The following emulators are not running, calls to these services from the Functions emulator will affect production: database, pubsub, storage
i  firestore: Importing data from /Users/dalonso/git/giftit/GCP_examples/emulators-codelab/codelab-initial-state/seed/firestore_export/firestore_export.overall_export_metadata
i  firestore: Firestore Emulator logging to firestore-debug.log
✔  firestore: Firestore Emulator UI websocket is running on 9150.
i  hosting[giftit-207d2]: Serving hosting files from: public
✔  hosting[giftit-207d2]: Local server: http://127.0.0.1:5002
i  ui: Emulator UI logging to ui-debug.log
i  functions: Watching "/Users/dalonso/git/giftit/GCP_examples/emulators-codelab/codelab-initial-state/functions" for Cloud Functions...
⚠  functions: package.json indicates an outdated version of firebase-functions. Please upgrade using npm install --save firebase-functions@latest in your functions directory.
⚠  functions: Please note that there will be breaking changes when you upgrade.
⚠  functions: Your requested "node" version "16" doesn't match your global version "18". Using node@18 from host.
Serving at port 8639

shutdown requested via /__/quitquitquit

✔  functions: Loaded functions definitions from source: calculateCart.

When I go to http://127.0.0.1:4000/ I'm able to see the dashboard, but when I go to firestore I just see a loading spinner with the text Loading Collections... I'm really not sure what I could have done wrong, I've followed the guide and not changed any source code...

Any help would be appreciated 🙌

kroikie commented 11 months ago

Hi @davidoort I'm looking into this issue however I'm unable to repro it. Since this may be a deeper issue than just the codelab lets continue the discussion over in the firebase-tools issue.