Closed kenmasumitsu closed 1 year ago
This issue does not have all the information required by the template. Looks like you forgot to fill out some sections. Please update the issue with more information.
updated.
@kenmasumitsu thank you for reporting this! Seems like a bug to me. As a workaround have you tried batching the documents? That could help.
I've filed b/181873686 to internally track this.
I'm unable to add anything via the Emulator UI.
My steps:
firebase-tools
via npm, login, select projectmkdir test
to create new sandbox directoryfirebase init
selecting firestore
, emulators
, then setting up the emulators to use authentication
and firestore
emulators (everything else default, except selecting Yes to "download emulators now").firebase emulators:start
@TylerR909 This issue tracks an issue regarding the Firestore Emulator on adding a lot of documents. It seems you're experiencing a different issue in Emulator UI. Would you mind opening a new issue at https://github.com/firebase/firebase-tools-ui/issues with your logs and findings? Also note that with the Emulator UI, there may be useful debug logs in your browser DevTools on the Emulator UI page, so please make sure to attach those when you file the new issue.
This appears to be the same issue as #4578
Duplicates #4578, let's use that one for tracking this issue.
[REQUIRED] Environment info
firebase-tools:
9.5.0
Platform:
macOS
[REQUIRED] Test case
[REQUIRED] Steps to reproduce
firebase emulators:start
npx ts-node src/index.ts
[REQUIRED] Expected behavior
All 11000 documents are added on the firestore.
[REQUIRED] Actual behavior
The script does not show any error now exceptions. However, not all documents exist the firestore. And about 1000 addition, many warning messages appear in firestore-debug.log.
firestore-debug.log.zip