Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

timestampsInSnapshots error when adding the useTimestampsInSnapshots prop #39

Open
KennethAshley opened this issue Feb 7, 2019 · 0 comments

Comments

@KennethAshley
Copy link

  • react-firestore ^0.10.3

When adding the useTimestampsInSnapshots prop to the FirestoreProvider I receive the following error:

image

This seems as though its just a warning so i'm not sure why it looks like an error.

Thanks for all your hard work!

tomsun added a commit to tomsun/react-firestore that referenced this issue Mar 4, 2019
As of firebase@5.8.x timestampsInSnapshots is true implicitly
green-arrow#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
tomsun added a commit to tomsun/react-firestore that referenced this issue Mar 4, 2019
As of firebase@5.8.x timestampsInSnapshots is true implicitly
green-arrow#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
tomsun added a commit to tomsun/react-firestore that referenced this issue Mar 4, 2019
As of firebase@5.8.x timestampsInSnapshots is true implicitly
green-arrow#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
tomsun added a commit to tomsun/react-firestore that referenced this issue Mar 4, 2019
As of firebase@5.8.x timestampsInSnapshots is true implicitly
green-arrow#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
tomsun added a commit to tomsun/react-firestore that referenced this issue Mar 4, 2019
As of firebase@5.8.x timestampsInSnapshots is true implicitly
green-arrow#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
tomsun added a commit to tomsun/react-firestore that referenced this issue Mar 4, 2019
As of firebase@5.8.x timestampsInSnapshots is true implicitly
green-arrow#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
tomsun added a commit to tomsun/react-firestore that referenced this issue Mar 11, 2019
As of firebase@5.8.x timestampsInSnapshots is true implicitly
green-arrow#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
green-arrow pushed a commit that referenced this issue Apr 6, 2019
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant