Closed MirzaCickusic closed 1 month 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.
Hey @MirzaCickusic, thanks for reaching out. It’s odd that the documents are not being created in the Firestore emulator even though the request tab shows that a request has been made.
Currently, I’m unable to reproduce this behavior. I created this repo to try and replicate this, when running the app, I was able to create a Firestore document in the emulator. If I’m missing anything here, please let me know. Also, by any chance, could you provide a minimal reproducible example to help us narrow down what could’ve caused this issue?
Lastly, which platform are you running your application on(e.g., Android, Web, or iOS)? If you’re running on multiple platforms, are you able to reproduce the issue on all platforms or only specific ones?
Just discussed this with our engineering team, we think the issue here might be with the Emulator UI. The document might actually be getting created, and it's possible that it's not showing up in the Emulator UI. Could you try:
Are there any error logs shown in the Console tab or are any of the new requests in the Network tab resulting in errors? For the latter, could you share with us your HAR file so that we can check the failing requests?
Hey @MirzaCickusic. We need more information to resolve this issue but there hasn't been an update in 7 weekdays. I'm marking the issue as stale and if there are no new updates in the next 3 days I will close it automatically.
If you have more information that will help us get to the bottom of this, just add a comment!
Since there haven't been any recent updates here, I am going to close this issue.
@MirzaCickusic if you're still experiencing this problem and want to continue the discussion just leave a comment here and we are happy to re-open this.
[REQUIRED] Environment info
13.15.4
macOS
[REQUIRED] Test case
Cant provide example, this should be straight forward functionality of updating firestore emulator DB
[REQUIRED] Steps to reproduce
Trying to update/create an user in Users collection:
My flutter app is pointing to the emulator:
[REQUIRED] Expected behavior
Firestore Users collection gets updated and new document are added. My code works on DEV and PROD firebase instances.
[REQUIRED] Actual behavior
Nothing happens inside firestore except that it shows that request had come:
But the Users collection is not showing the UID's mentioned in the requests: