Hi I am not sure what I am doing wrong here. In my app I have an authenticationRepo that has two suspend methods. I am aware that using global scope is not the right way to start a coroutine but this is for testing purposes. The problem I am seeing is that after collecting the flow from the first call to authenticationRepo, I don’t see to be able to get the second call to authenticationRepo to fire (as can be seen from the recording). I am not sure if i am using flows incorrectly but I am unable to understand why is the second line of code not hitting