the way you can get firebase logged in user info is
getUserInfo() { this.angFireAuth.authState.subscribe(user => { //CODE }); }