Angular Ngrx with Firebase Google OAuth User Authentication

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

Thank you very much Sir for excellent tutorials! :)
I would really like to see more NgRx 4 tutorials in the future.
(For example, building complete signin/signup system that includes: verification if the username and email are unique, account verification via email, password change/recovery, and possibility to choose to signin with username or email)

nikolabogdanic
Автор

First of thanks for your tutorials, they are great as always ;)

It might just be me who's wrong, but it seems to me that you don't actually implement the IUser interface in the user model or am I missing something?

kasperverber
Автор

If anyone following this with the new version NGRX (9), you need to import your reducer(s) and effect(s) to app.modle.

baluditor
Автор

Property 'pipe' does not exist on type 'OperatorFunction<{}, any>' in googleLogin(): Promise<any>, after rewriting code to .pipe(map... I have no idea what to do with this

AngelCorpse
Автор

Will your next tutorial be of ngrx router?

anima
Автор

Argument type firebase.Promise<any> is not assignable to parameter type PromiseLike<any>

ashb
Автор

Is this Possible with Entity and how the reducer will look like in that case ?

sajjadhassanpourkasebnia
Автор

How to handle AuthGuard using ngrx and firebase?

ranouf
Автор

Thank you for tutorial... can you please point me to where I can understand ngrx step by step ... I can't warp my head with the store notion and reducer, thank you very much :D

MrOnizukakira