Closed
Description
Operating System
Both Mac and Windows
Browser Version
Electron 24.8.3
Firebase SDK Version
10.4.0
Firebase SDK Product:
Auth, Firestore, Functions, Storage
Describe your project's tooling
Electron 24.8.3
Describe the problem
Hi, since we updated Firebase to 10.4.0, we have received multiple reports from our users that they can't retrieve the data from Firestore server. We then downgraded to 10.3.1 and these users can retrieve data normally. From the release note, we believe this is related:
Fixed an issue where Cloud Firestore was incorrectly using XHR instead of fetch for streaming response.
Updated dependency grpc-js from version ~1.8.17 to ~1.9.0.
I also noticed that on 10.4.0, our query becomes a lot slower and frequently cannot complete. Switch back to 10.3.1 and the query becomes a lot faster.
Steps and code to reproduce issue
This issue only happens for 10.4.0.