Why isn’t my data in the viewmodel saving? Jetpack Compose + Firebase
I am trying to do an auth system and I am encountering a problem. My data in the view model is not saving even tho I am using the same viewmodel entity. My signUpResponse and signInResponse doesn’t modify in the viewmodel and not on the screen and I don’t understand why…