Get the currently logged in user.
@override Future<User?> getLoggedInUser() async => auth.authStateChanges().first;