You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for a wonderful course, appreciate your effort. I am trying to follow along in the course and I am at Step 9: MealsService, Reactive Store and Firebase Observables using Angular v11, Firebase v8, Angular Fire v6.1.5 unfortunately this.af.auth.currentUser is not available. The way I can get the current user is via this.af.user but it returns an Observable<firebase.User>.
What do you suggest, should I create a property user in the AuthService and update it using do/tap on authState change or do you have something else in mind?
The text was updated successfully, but these errors were encountered:
Hi @toddmotto,
Thanks for a wonderful course, appreciate your effort. I am trying to follow along in the course and I am at
Step 9: MealsService, Reactive Store and Firebase Observables
using Angular v11, Firebase v8, Angular Fire v6.1.5 unfortunatelythis.af.auth.currentUser
is not available. The way I can get the current user is viathis.af.user
but it returns anObservable<firebase.User>
.What do you suggest, should I create a property user in the
AuthService
and update it using do/tap onauthState
change or do you have something else in mind?The text was updated successfully, but these errors were encountered: