Skip to content

Commit

Permalink
Remove long poll setting introduced for pen test
Browse files Browse the repository at this point in the history
  • Loading branch information
warrensearle committed Dec 22, 2021
1 parent a648bc3 commit 9b4c49b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/firebase.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ const functions = firebase.initializeApp(config).functions('europe-west2');

// Initialise Firestore
const firestore = firebase.firestore();
firestore.settings({
experimentalForceLongPolling: true,
});

// Other firebase exports
const auth = firebase.auth;
Expand Down

0 comments on commit 9b4c49b

Please sign in to comment.