Closed aminebenji04 closed 2 weeks ago
Created new filesSignInViewModel.kt and SignInRepository.kt and SignInRepositoryFirebase.kt to follow the MVVM structure done with the other features
Removed the business logic functions from the SignIn.kt file to move them into the view model.
Added a factory object for the SignInViewModel to follow what we already done with the other view models.
Created new filesSignInViewModel.kt and SignInRepository.kt and SignInRepositoryFirebase.kt to follow the MVVM structure done with the other features
Removed the business logic functions from the SignIn.kt file to move them into the view model.
Added a factory object for the SignInViewModel to follow what we already done with the other view models.