We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4d403bf + 2329866 commit d81b4cdCopy full SHA for d81b4cd
src/components/Firebase/firebase.js
@@ -24,7 +24,6 @@ class Firebase {
24
25
this.auth = app.auth();
26
this.db = app.firestore();
27
- this.db.settings({ timestampsInSnapshots: true });
28
29
/* Social Sign In Method Provider */
30
0 commit comments