react-firebase-hooks
react-firebase-hooks copied to clipboard
React Hooks for Firebase.
I'm using `useAuthState` in my application and found it causing my component re-render infinitely, after some debugging, I noticed the problem is in `useLoadingValue`, the returned `setValue` and `setError` are...
I'm using the useAuthState hook and I'm seeing there are multiple calls each time the page is loaded. Is this expected behavior? I'm new to nextJS/React and not sure if...
I want to make sure I'm not using more bandwidth than I intend If I have different components that are each using `useList` for firebase database, with * the same...
Question: is there any way to paginate through firebase list using this library?
Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 6.11.2 to 6.11.3. Release notes Sourced from protobufjs's releases. v6.11.3 6.11.3 (2022-05-20) Bug Fixes deps: use eslint 8.x (#1728) (a8681ce) do not let setProperty change the prototype...
Hi, It seems there is no @types library provided for typescript support, is it possible to add it ? Thanks in advance
Why react-firebase-hooks does not include useSignInWithPhoneNumber or useSignInWithEmail?
how will I know that the password reset email has been sent successfully? to the user?
https://github.com/CSFrequency/react-firebase-hooks/blob/edab3f3f3b5ec01c8aafcc6096755dfcc69e4408/auth/README.md?plain=1#L150 In the docs you use `user.email` but `useSignInWithEmailAndPassword` returns UserCredential type not User. The correct use should be `user.user.email`. It might be good to rename it then...