artask

Results 2 comments of artask
trafficstars

I may have the same issue when I try to refresh a user token after updating custom claims in my ngrx effect: ``` refreshUserToken$ = createEffect( () => this.actions$.pipe( ofType(...

@JakubRoszkowski were you able to figure it out? I think this bug might be somehow related to the fact that `sendEmailVerification` and `getIdTokenResult` don't take an Auth obj as a...