react-firebase-hooks
react-firebase-hooks copied to clipboard
React Hooks for Firebase.
`Add optional actionCodeSettings to useSendPasswordResetEmail.ts + documentation updated.` _It's been a while since I've used TypeScript but I did check and make sure no warnings or errors popped up so...
I would like to see some mutation support for making changes in firebase not just reading data. I would look to apollo mutation hooks for inspiration. Ideas that I have...
If there is a user with the same email registered, the call will continue and then() method will be called. There is an HTTP error 400 visible in the console...
As I mentioned in the issue of pagination #13, I want to start helping the library react-firebase-hooks to grow with more features and capabilities. I'm a javascript developer since 2010,...
The link of v3 in older versions is not redirecting to the latest version `v3.0.5`.
Using the example found [here](https://github.com/CSFrequency/react-firebase-hooks/tree/v4.0.2/database#full-example) ``` snapshots.map((v) => { console.log(v.val()) }) ``` `returns { id: { name: "hello" }, id2: {} ... }` but when I try to` console.log(v.val().name)` it...
The `useAuthState` hook only updates if the user logs in or logs out and not if the user updates in any way. This is a limitation of the underlying `onAuthStateChange`...
`HttpsCallableResult` wraps the response in a `data` field. I am proposing a new function that directly returns the data contained in the `HttpsCallableResult`, kind of similar to the purpose of...
How can one reevaluate the hook if the hook fails and returns an error?