Learn to create full Firebase authentication system with Angular7 using AngularFire2 library.
- Sign in with Google
- Sign in with Facebook
- Sign in with username/password
- Sign up with username/password
- 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
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.