Future<User> signUp(String email, String password) => _auth('signUp', {'email': email, 'password': password}) .then(User.fromMap);