Skip to content

Commit 2329866

Browse files
authored
timestampsInSnapshots: true is now the default in firestore
fixing #11
1 parent 4d403bf commit 2329866

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/Firebase/firebase.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ class Firebase {
2424

2525
this.auth = app.auth();
2626
this.db = app.firestore();
27-
this.db.settings({ timestampsInSnapshots: true });
2827

2928
/* Social Sign In Method Provider */
3029

0 commit comments

Comments
 (0)