### **1. UI Development** #### **Splash Screen UI** - [x] Design and implement the Splash Screen. - [ ] Add delay and transition logic to the Sign-In screen. #### **Sign-In/Sign-Up Screens UI** - [x] Design the Sign-In Screen layout. - [x] Design the Sign-Up Screen layout. - [x] Add navigation between Sign-In and Sign-Up screens using GetX. #### **Security Features UI** - [x] Create PIN setup screen layout. - [ ] Design the forget password screen layout. - [ ] Design the fingerprint setup screen layout. --- ### **2. Firebase Integration** #### **Authentication with Firebase** - [x] Integrate Firebase for user authentication. - [x] Implement Firebase Sign-In with email and password. - [x] Add Sign-Up functionality with email and password. #### **Google Sign-In** - [ ] Use Firebase to enable Google Sign-In. #### **Security Features with Firebase** - [ ] Implement PIN setup functionality. - [ ] Implement fingerprint setup functionality. - [ ] Integrate forget password functionality using Firebase.