reactfire
reactfire copied to clipboard
Hooks, Context Providers, and Components that make it easy to interact with Firebase.
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.2 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...
Bumps [node-forge](https://github.com/digitalbazaar/forge) from 0.10.0 to 1.3.1. Changelog Sourced from node-forge's changelog. 1.3.1 - 2022-03-29 Fixes RFC 3447 and RFC 8017 allow for optional DigestAlgorithm NULL parameters for sha* algorithms and...
### Description When using reactfire with react 17, any request that exceeds the default timeout of 30 seconds will then trigger the timeout handler that resets the observable. Unfortunately, this...
### Version info **React:** 17.0.2 **Firebase:** 9.6.6 **ReactFire:** 4.2.1 **Other (e.g. Node, browser, operating system) (if applicable):** nodejs v16.16.0 ### Test case ### Steps to reproduce in the code ```...
useDatabaseListData only fetches data once and does not listen to updates I am using react 18 and firebase 9 after hours of debugging and when I switch to useDatabaseObjectData, data...
### Version info **React:** 18.2.0 **Firebase:** 9.9.1 **ReactFire:** 4.2.1 **Node:** 16.14.2 ### Steps to reproduce I'm trying (again) to port a CRA firebase project to nextjs and https://github.com/firebase/firebase-js-sdk/issues/6019 still exists...
When using ReactFire I want to lazy load Firestore to reduce build initial build size and improve load times. When using ReactFire lazy loading firestore does not happen even while...
In my app I only provide firestore and I don't use a real-time database but I see it increasing my bundle size. Any advice? (I don't have it imported anywhere).
### Version info **React:** 17.0.2 **Firebase:** 9.8.4 **ReactFire:** 4.2.1 **Other (e.g. Node, browser, operating system) (if applicable):** ### Test case 1. https://codesandbox.io/s/peaceful-kate-7rcucl 2. run yarn build This outputs the following:...