【发布时间】:2020-07-30 20:54:49
【问题描述】:
我正在处理 firebase 身份验证,收到此错误:
“AngularFireAuth”类型上不存在属性“auth”。
return this.afAuth.auth.signInWithEmailAndPassword(email, password)
.then((result) => {
this.ngZone.run(() => {
this.router.navigate(['dashboard']);
auth 出现错误
【问题讨论】:
标签: angularjs firebase-authentication angularfire2