Application Design 2 - Final Project

WEEK11-WEEK14 NAME: JIN RONG I.D: 0361701 COURSE: Application Design II / Bachelor of Design (Honors) in Creative Media Application Design II / Final Project INSTRUCTION Final Project I used FlutterFlow to create a login page. The process includes registration, login, and password reset. First, I configured the project in Firebase and enabled email/password login. Then, I built the page structure in FlutterFlow. The login page includes email and password fields, a login button, and a "Forgot Password" link. Users can create a new account on the registration page, and their account information is saved in Firebase, enabling automatic login. If the user forgets their password, they can click a link to the retrieval page. After entering their email address, they will receive a password reset email. The entire process is primarily completed using FlutterFlow's Firebase Authent...