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
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...