-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(Firebase): Only set timestampsInSnapshots when explicitly set (#42)
As of firebase@5.8.x timestampsInSnapshots is true implicitly #39 Furthermore: calling settings() multiple times is not supported. If your app interacts with Firestore prior to using <FirestoreProvider>, FirestoreProvider's settings() call will get you into trouble: Uncaught FirebaseError: Firestore has already been started and its settings can no longer be changed. You can only call settings() before calling any other methods on a Firestore object
- Loading branch information
1 parent
ef0cfe5
commit e75e03d
Showing
2 changed files
with
16 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters