moved src files from public to src

This commit is contained in:
typer 2020-11-01 21:39:42 -08:00
parent dacb60957b
commit be2d6357e6
10 changed files with 1 additions and 1 deletions

View file

@ -1,5 +1,5 @@
const db = firebase.firestore();
db.settings({experimentalForceLongPolling: true});
db.settings({ experimentalForceLongPolling: true });
let dbSnapshot = null;