-
Notifications
You must be signed in to change notification settings - Fork 928
Batched writes failing in 8.6.2 #4953
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight. |
Hi @stucker71, I wasn't able to replicate the issue. I tried all 8.6.+ versions and worked fine. The field was added to the document and the success callback in Would you mind sharing a minimal, but complete sample of a project that I can run locally to replicate the issue? |
With our web app It appears that the issue occurs when the batched write follows on from the Please try the following code, it will fail with 8.6.3. It will return "batch started" but not "batch done" :
I'm using the following basic rules:
However, the following code will succeed:
If I revert our project to 8.6.1 then the issue does not occur. |
Hi @stucker71, I was able to reproduce the issue now using the additional code snippets that you've shared. I also enabled Write batch after
After
|
Thank you for the repro. I will take a look at this. |
[REQUIRED] Describe your environment
Firebase hosting
Node v14.15.1
[REQUIRED] Describe the problem
A simple batch write, like that shown in your online example below will hang, no error message.
Our app was working fine in all versions prior to installing 8.6.2
Steps to reproduce:
Relevant Code:
The text was updated successfully, but these errors were encountered: