标签: firebase flutter dart firebase-authentication dart-pub
我收到错误 预期为'String'类型的值,但是在尝试使用FirebaseAuth登录时却得到了'AssertionErrorImpl'类型的 。
下面是我的代码:
AuthResult result = await FirebaseAuth.instance.signInWithEmailAndPassword(email: email, password: password);