我一直在尝试使用 Flutter 实现 Google 登录屏幕。
UserCredential result = await _auth.signInWithEmailAndPassword(email:email, password: password);
编辑器,对于上一行,说:
Undefined class 'UserCredential'
我该如何解决?任何帮助将不胜感激。
答案 0 :(得分:0)
使用
更新了我的 firebase 软件包版本npm update -g firebase-tools
然后重新启动我的 IDE。