react-firebase-hooks
react-firebase-hooks copied to clipboard
React Hooks for Firebase.
Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...
I noticed the functions hook "useHttpsCallableFromUrl" is missing in the library. I'm not able to PR at the moment but here's a custom hook I use for that: ```js import...
I am using the `useCollectionData` hook to grab some data from a collection. I see that the 2nd variable in the hook is to indicate loading. Logging this var I...
They seem to be accomplishing the same thing and I am kind of stuck in the middle. ReactFire uses the context providers, while this doesn't. I am not sure what...
I really like this library because it's a fairly lightweight set of Firebase hooks. The only thing that seems to be missing is Suspense support. Any chance we'll see it?
Count documents with aggregation queries is now supported https://firebase.google.com/docs/firestore/query-data/aggregation-queries. can we add support for the same, useCollectionCount????? I can work on this
When using the useToken hook, the following error occurs and I can't figure out how to fix it. ``` FirebaseError: Messaging: We are unable to register the default service worker....
When using useEffect and useDocument infinite loops. This is a custom hook I have to have up to date use data. ``` export function useUserData(): UseUserDataReturn { const { data:...