hackslash-nitp / cura

An application, made with Flutter, that acts as a platform for the charity institutions (old-age-homes, orphanages) to connect with the people
7 stars 14 forks source link

Bug : New user can also login instead of sign up #80

Open shazebK opened 1 year ago

shazebK commented 1 year ago

Right now in login page app is not checking if the user is new or already a member hence a new user can also login. But he should get a pop up for signing up.

RitwikSingh28 commented 1 year ago

This safety check is important to implement. AFAIK, this issue doesn't arise in email verification, but only in phone_auth. We will have to look through the documentations and find out how to check if a user is newly created or not.

RitwikSingh28 commented 1 year ago

Please let me know if you find something @shazebK .. :thinking:

RitwikSingh28 commented 1 year ago

@shazebK Have you thought of any solution yet to this issue? :thinking: