angularfirebase-authentication-tutorial
v1.0.1
Published
Build full Firebase authentication system with Angular 7 using Firebase (AngularFire2) real-time database library.
Downloads
12
Maintainers
Readme
Angular 7 angularfire 2 CRUD Tutorial with Angular Material 7
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.
- 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
Step By Step Written Tutorial
Full Angular 7 Firebase Authentication System
Prerequisites
- Node JS
Built With
- Node 8.11.1
- Angular CLI 7.0.7
- Angular 7.0.7
- Firebase 5.7.0
- RxJS 6.3.3
- Typescript 3.1.6
How to run the app?
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.