reactfire
reactfire copied to clipboard
Hooks, Context Providers, and Components that make it easy to interact with Firebase.
Following the guides for using reactfire, I have tried enable offline access to data https://github.com/FirebaseExtended/reactfire/blob/main/docs/use.md#access-data-offline . However, this is not working, and I get next exception: ``` Unhandled Rejection (FirebaseError):...
A part of https://github.com/FirebaseExtended/reactfire/issues/137 I've implemented this with reference to https://github.com/FirebaseExtended/reactfire/pull/211 :)
`Can't find variable: IDBIndex` when setting up on Expo I used the same hierarchy I had working on the web. I am not using performance or analytics, so I think...
Following the [docs](https://github.com/FirebaseExtended/reactfire/blob/main/docs/use.md#connect-to-the-firebase-local-emulator-suite) to connect to the Firestore emulator can result in the error: > FirebaseError: Firestore has already been started and its settings can no longer be changed. You...
Hi! Do you have any plans on adding a hook to read collection data once, like there is for doc data? Something like: `useCollectionDataOnce` and `useCollectionOnce`
Add tests to make sure ReactFire's error handling is behaving as expected, and docs to show how to handle errors when using ReactFire
React Native Firebase: https://rnfirebase.io/ I have some questions that I think they should be mentioned in README: * On smartphones with React Native, I should use React Native Firebase or...
### Description fixes #459 - [x] Reproduce the issue - [x] Update ReactFire Firestore test suite so that it connects to emulators the way we recommend in the [docs](https://github.com/FirebaseExtended/reactfire/blob/main/docs/use.md#connect-to-the-firebase-local-emulator-suite) -...
### Description Investigate #443 and hopefully implement a failing test followed by a fix.
After creating an app with react-scripts, initialising Firebase and installing ReactFire, there are still quite a few steps needed to be able to develop the app using the local Firebase...