颤振中未定义的类“UserCredential”

时间:2021-04-13 09:30:40

标签: flutter dart firebase-authentication

我一直在尝试使用 Flutter 实现 Google 登录屏幕。

 UserCredential result = await _auth.signInWithEmailAndPassword(email:email, password: password);

编辑器,对于上一行,说:

  Undefined class 'UserCredential'

我该如何解决?任何帮助将不胜感激。

1 个答案:

答案 0 :(得分:0)

使用

更新了我的 firebase 软件包版本
npm update -g firebase-tools

然后重新启动我的 IDE。