question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

No collection/docs visible in firestore emulator, but data exists

See original GitHub issue

image

If I manually create the “scraper/categories” collection/document then it works fine, but initially the UI is just blank.

Any reasons why? I already tried firebase --project="project" emulators:start in the commandline along with putting the project id in the “initializeApp” function but nothing works to initially show me the data. This is data imported locally from my live database. It all works fine and it’s all there I just have to manually create the initial path every time.

Issue Analytics

  • State:open
  • Created 3 years ago
  • Reactions:6
  • Comments:10 (3 by maintainers)

github_iconTop GitHub Comments

7reactions
lucasmarinzeckcommented, Jan 29, 2021

I have been struggling with this same problem for some days, looks like it connects somewhere, but not the right localhost firestore

7reactions
marcopandolfocommented, Jan 29, 2021

I’m having the same problem here

Read more comments on GitHub >

github_iconTop Results From Across the Web

Firebase Firestore Emulator UI is not showing any data, but ...
When i start the emulator, and check the emulator's firestore UI, it shows that no data exists in the db yet. Then, i...
Read more >
Get data with Cloud Firestore - Firebase
There are three ways to retrieve data stored in Cloud Firestore. Any of these methods can be used with documents, collections of documents,...
Read more >
Issues · firebase/firebase-tools-ui · GitHub
A local-first UI for Firebase Emulator Suite. Contribute to firebase/firebase-tools-ui ... No collection/docs visible in firestore emulator, but data exists.
Read more >
Flutter Tutorial: How to use the Firebase Local Emulator ...
But developing Cloud Functions for Firebase is quite different from ... data located at `mood` const firestore = admin.firestore() const ...
Read more >
Meet the Firestore Emulator Requests Monitor
But in the emulator world, there's no need to guess what a request should look like -- you can just simply make that...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found