Skip to content

Commit d81b4cd

Browse files
authored
Merge pull request #12 from evdama/patch-1
timestampsInSnapshots: true is now the default in firestore
2 parents 4d403bf + 2329866 commit d81b4cd

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)