abacritt / angularx-social-login

Social login and authentication module for Angular 17
636 stars 387 forks source link

this.authService.authState.subscribe() omitting values twice per single Google auth success #548

Closed sterichards closed 2 years ago

sterichards commented 2 years ago

This is very annoying and I am trying to combat this using pipe(take(1)) and pipe(first()) but that stops the observer omitting values at all