We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25cda8a commit 60e4a07Copy full SHA for 60e4a07
.changeset/fresh-frogs-heal.md
@@ -0,0 +1,6 @@
1
+---
2
+"@firebase/firestore": patch
3
+"@firebase/webchannel-wrapper": patch
4
5
+
6
+Fix an issue where Firestore was incorrectly using XHR instead of fetch for streaming response.
packages/webchannel-wrapper/externs/overrides.js
@@ -66,6 +66,9 @@ goog.net.WebChannel.Options.forceLongPolling;
66
/** @type {boolean|undefined} */
67
goog.net.WebChannel.Options.detectBufferingProxy;
68
69
+/** @type {boolean|undefined} */
70
+goog.net.WebChannel.Options.useFetchStreams;
71
72
/** @type {unknown} */
73
goog.net.WebChannel.Options.xmlHttpFactory;
74
0 commit comments