Get a User by email.
Each user is uniquely identified by an email.
Parameters:
Future<User?> getUserByEmail(String email);