Skip to content

Commit

Permalink
Merge pull request #2706 from daostack/CW-firebase-quota-exceeded
Browse files Browse the repository at this point in the history
Production crash with Firestore quota
  • Loading branch information
pvm-code authored Jul 2, 2024
2 parents b1dde57 + 0ba8509 commit 703fee7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/shared/utils/firebase.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ interface FirebaseError extends Error {
}

firebase.initializeApp(config.firebase);
firebase.firestore().settings({
experimentalForceLongPolling: true,
});

if (REACT_APP_ENV === Environment.Local) {
firebase.auth().useEmulator(local.firebase.authDomain);
Expand Down

0 comments on commit 703fee7

Please sign in to comment.