You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Original firebase auth library has userChanges which emits current User? value when a subscriber subscribes to the stream. Mock version doesn't emit it, so it makes it hard to relay on it in integration tests.
Original firebase auth library has
userChangeswhich emits currentUser?value when a subscriber subscribes to the stream. Mock version doesn't emit it, so it makes it hard to relay on it in integration tests.