react-query-firestore icon indicating copy to clipboard operation
react-query-firestore copied to clipboard

React Query for Firestore, that you can actually use in production, on every screen.

Results 3 react-query-firestore issues
Sort by recently updated
recently updated
newest added

It would be sick if this lib could output Timestamp as a Timestamp instead of as a string like what `swr-firestore` does.

Hey there 👋 How can I mock data in tests I fetch in my application with `react-query-firestore`? My setup is using [jest](https://github.com/facebook/jest) and [react-testing-library](https://github.com/testing-library/react-testing-library). Can you please give any hints...

On the current version [email protected], it throws an error. ``` firebase.app is not a function. 'firebase.app' is not defined ```