authState.subscribe(res => { if (res && res.uid) { console.log('user is logged in'); } ... constructor(public af: AngularFire) { this.af.auth.subscribe(auth ...
確定! 回上一頁