joelmachango / angularfirebase-authentication

Learn to create complete Angular 7 Firebase 5 authentication system tutorial from scratch. Learn how to setup sign In, sign up using custom email and password, social login provides such as Google and Facebook, protect routes using canActivate method.

Home Page:https://www.positronx.io/full-angular-7-firebase-authentication-system/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Angular7 Authentication with Firebase5

Learn to create full Firebase authentication system with Angular7 using AngularFire2 library.

Written Article

Full Angular 7 Firebase Authentication System

  • Sign in with Google
  • Sign in with Facebook
  • Sign in with username/password
  • Sign up with username/password
  • Recover forget password
  • Send verification mail to a newly created user
  • Prevent user to access app dashboard unless email is verified
  • Prevent user to access inner pages unless user is not logged In
  • Prevent user to access sign in and sign up components when a user is already logged in
  • Save user data to localstorage when user is logged in

If you love this project then show your love by simply sharing this repo with others and don't forget to put a GitHub star ⭐ ! Thanks 🙏

Installation Process

Run npm install to install all the required dependencies

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

About

Learn to create complete Angular 7 Firebase 5 authentication system tutorial from scratch. Learn how to setup sign In, sign up using custom email and password, social login provides such as Google and Facebook, protect routes using canActivate method.

https://www.positronx.io/full-angular-7-firebase-authentication-system/


Languages

Language:TypeScript 54.0%Language:CSS 23.0%Language:HTML 18.7%Language:JavaScript 4.3%