Stream that emits true when user is logged in, false when logged out
Stream<bool> get isLoggedInStream;