You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The typical use-case for this hook is to implement "forgotten password"-type functionality. That isn't possible with the hook as is since it requires the user to log in first.
The Firebase SDK itself doesn't require a user to be logged in. I don't think we should wrap the SDK in more restrictions than it already provides.
The text was updated successfully, but these errors were encountered:
The typical use-case for this hook is to implement "forgotten password"-type functionality. That isn't possible with the hook as is since it requires the user to log in first.
The Firebase SDK itself doesn't require a user to be logged in. I don't think we should wrap the SDK in more restrictions than it already provides.
The text was updated successfully, but these errors were encountered: