DEV Community

loizenai
loizenai

Posted on

Angular Firebase Auth - Email/Password Authentication with AngularFire2 v4

https://grokonez.com/frontend/angular/angular-4-firebase-auth-email-password-authentication-with-angularfire2-email-login

Angular Firebase Auth - Email/Password Authentication with AngularFire2 v4

In this tutorial, we're gonna look at way to implement Email/Password authentication (with form validation) using AngularFire2 v4.

Related Posts:

I. Technology

  • Angular
  • AngularFire2 4.0

    II. Overview

    We will build an Angular App that allows user sign up and login (with form validation): angular-4-firebase-auth-email-password-overview

    II. How to do

    1. Set up the Firebase Project & Install AngularFire2

    Please visit this post to know step by step.

angular-4-firebase-integration-copy-firebase-project-config

2. Enable Firebase Auth for Email/Password

Go to your Project on Firebase Console -> Authentication tab -> SIGN-IN METHOD -> enable Email/Password:
angular-4-firebase-auth-email-password-enable-console

https://grokonez.com/frontend/angular/angular-4-firebase-auth-email-password-authentication-with-angularfire2-email-login

Top comments (1)

Collapse
 
vanduc1102 profile image
Duc Nguyen

Nice one @loizenai