react-query-firestore
react-query-firestore copied to clipboard
React Query for Firestore, that you can actually use in production, on every screen.
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 ```