From 08cbb8cb30095d513f27b49d962d7bee7ed1da7c Mon Sep 17 00:00:00 2001 From: Jack Date: Fri, 30 Oct 2020 12:17:41 +0000 Subject: [PATCH] using experimanetal long polling to hopefully fix account issues --- public/js/db.js | 1 + 1 file changed, 1 insertion(+) diff --git a/public/js/db.js b/public/js/db.js index 70aecc002..81b6c5643 100644 --- a/public/js/db.js +++ b/public/js/db.js @@ -1,4 +1,5 @@ const db = firebase.firestore(); +db.settings({experimentalForceLongPolling: true}); let dbSnapshot = null;