我收到错误“预期为“字符串”类型的值,但在尝试使用 FirebaseAuth 登录时得到“AssertionErrorImpl”类型之一。
下面是我的代码:
AuthResult result = await FirebaseAuth.instance.signInWithEmailAndPassword(email: email, password: password);
dart firebase dart-pub firebase-authentication flutter
dart ×1
dart-pub ×1
firebase ×1
firebase-authentication ×1
flutter ×1