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

What version of Firebase is this compatible with?

Open charlestbell opened this issue 3 years ago • 4 comments

On the current version [email protected], it throws an error.

firebase.app is not a function. 'firebase.app' is not defined

charlestbell avatar Nov 16 '22 21:11 charlestbell

Same problem..

Molnfront avatar Nov 22 '22 12:11 Molnfront

@Molnfront My solution was to abandon this package and switch to React Query Firebase https://react-query-firebase.invertase.dev/firestore

charlestbell avatar Nov 22 '22 17:11 charlestbell

Ok thanks for the heads up!

Have looked a bit at it.

Molnfront avatar Nov 23 '22 06:11 Molnfront

Unfortunately https://react-query-firebase.invertase.dev/firestore also seems abandoned. It seems like reactfire https://github.com/FirebaseExtended/reactfire is the most viable option

atanaskanchev avatar Nov 23 '22 17:11 atanaskanchev