DEV Community

Digamber Singh
Digamber Singh

Posted on

Full Angular 9|8|7 Firebase Authentication Tutorial Examples

In this Angular tutorial, we are going to build full Angular 7|8|9 Firebase Authentication system from scratch using Firebase Real-time NoSQL cloud database.

What We’ll Be Creating?

Sign in with Google
Sign in with username/password
Sign up with username/password
Recover forget password
Send email verification to a newly created user
Protect app’s inner pages URL using route guard’s canActivate method
Prevent user to access sign in and sign up URL when a user is already logged in
Maintain logged in state of Firebase user in localStorage.

Click here to read more

Top comments (0)