Creates a new user account with the given credentials
Future<void> createAccount(String email, String password, {String? displayName});