Sep 25, 2022
The concept of google/facebook login doesn't include any password and when user registers with his google/facebook, it's differently stored in DB table then when user would register using email & password combination.
So if the same user wants to register via google/facebook and email, in DB there will be two user rows created for him. First one will have the data for google/facebook login and second one will have the data containing email & password combination.