Skip to content

Commit 0ba8509

Browse files
committed
CW-firebase-quota-exceeded Added synchonizeTabs
1 parent 25177c7 commit 0ba8509

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/shared/utils/firebase.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ if (REACT_APP_ENV === Environment.Local) {
2525
firebase
2626
.firestore()
2727
.enablePersistence({
28-
synchronizeTabs: false,
28+
synchronizeTabs: true,
29+
experimentalForceOwningTab: false,
2930
})
3031
.catch((error) => {
3132
console.error("Error enabling persistence", error);

0 commit comments

Comments
 (0)