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