Skip to content

Commit e9ff179

Browse files
Merge 4cae1df into ca4ead2
2 parents ca4ead2 + 4cae1df commit e9ff179

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firestore/exp/register.ts

+1-1
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: false, ...settings };
47+
settings = { useFetchStreams: true, ...settings };
4848
firestoreInstance._setSettings(settings);
4949
return firestoreInstance;
5050
},

0 commit comments

Comments
 (0)