Bhavnoor-Kaur / BookLens

0 stars 0 forks source link

feat: added User Register & login & logout activity #108

Closed elsachen0907 closed 5 months ago

elsachen0907 commented 5 months ago
  1. connect to firebase -> createUserWithEmailAndPassword

  2. add validity check for input passwords (Password must be at least 8 characters long and contain uppercase, lowercase, digit, and special characters.)

  3. Login Page with project logo on top

    • remove the title and action bar Screenshot 2024-04-06 at 3 34 12 PM
  4. Register page with logo on top

    • also remove the title and action bar Screenshot_2024-04-06_at_3 34 18_PM
  5. able to switch activities if already register or don't have an account.