Angularfirebase Authentication Save

Learn to create complete Angular 16 Firebase authentication system from scratch, also protect routes using canActivate route guard.

Project README

Angular 16 Authentication with Firebase

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

Written Article

Full Angular 16 Firebase Authentication System

  • 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 :pray:

Installation Process

Run npm install --legacy-peer-deps 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.

Open Source Agenda is not affiliated with "Angularfirebase Authentication" Project. README Source: SinghDigamber/angularfirebase-authentication