angularFireAuth.onAuthStateChanged(user => { if (user) { this.getUserInfo(user.uid).subscribe( (logged:User) => this.user = logged, ...
確定! 回上一頁