/ Stream of the user current state
@override Stream<User?> userState() async* { yield* _firebaseAuth.authStateChanges(); }