react-firebase-hooks
react-firebase-hooks copied to clipboard
Suggestion for updating user In useAuthState
I've just been using your package for Auth hooks and noticed that it has no support for update of the current user i.e. when you change email or display name the state isn't updated.
i have gone an written my own simpler way of handling Firebase Auth. but thought since you already have your own hooks for updating email, display name etc it might be worth putting in a callback that runs when ever those hooks are run that updates useAuthState user to auth.currentUser.