Posts by rpsouza • 3 points
1 post
-
0
votes1
answer49
viewsQ: Is it bad practice to check Auth in the Components I want to crash?
I have the following authentication logic initAuthListener() { this.afAuth.authState.subscribe(user => { if (user) { this.store.dispatch(new Auth.SetAuthenticated());…