Hey guys, I’m working with a view model in my app and I noticed that each fragment that I use a view model provider in the data in the view model is null. But in the previous fragment I would update a field.
Ex: I have a fragment that takes in an email and password and stores that into the view model. Then I have another fragment that needs to access the email and password from the view model in order to create an user account. But when I try to access it, the email and password are null