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

[UNMAINTAINED] Firestore bindings for React components

Results 4 firestore-react issues
Sort by recently updated
recently updated
newest added

Hi, I'm trying to figure out how to use this with react-native-firebase. I'm getting an error `firebase.firestore is not a function`, even though I can use firestore in my code...

It looks like that Firestore has a bug at the moment that I just reproduced in my test app with firestore-react. Firestore Issue: https://github.com/GoogleCloudPlatform/google-cloud-java/issues/2816 Demo: (try uncommenting the rest of...

error TS2717: Subsequent property declarations must have the same type. Property 'a' must be of type 'DetailedHTMLProps', but here has type 'DetailedHTMLProps'. PLease help

Is it possible to use multiple collections? Something like this? It doesn't work though but there must be another way. ```javascript const AppWithData = createContainer(App, (db) => { return {...