Skip to content

Commit 57f1912

Browse files
authored
revert to use xhr (#5046)
1 parent be08d19 commit 57f1912

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firestore/exp/register.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export function registerFirestore(variant?: string): void {
4444
app,
4545
container.getProvider('auth-internal')
4646
);
47-
settings = { useFetchStreams: true, ...settings };
47+
settings = { useFetchStreams: false, ...settings };
4848
firestoreInstance._setSettings(settings);
4949
return firestoreInstance;
5050
},

0 commit comments

Comments
 (0)