Future<User> signIn(String email, String password) async => _auth('signInWithPassword', {'email': email, 'password': password});