0
I am creating a user registration panel in firebase with email and password through an application in React-Native, so, at the time of registration, I wanted to check if the e-mail entered is valid. As far as I know,
auth/weak-password
this is a small password... but in the case of an invalid email inserted?
Are you doing any checking? How is the code you created for it? By the way the Weak-password method treats weak passwords.
– sant0will