|
1 | 1 | # Firebase Authentication with Angular |
2 | 2 |
|
3 | 3 | This project is part of an Angular tutorial where we explore how to setup a simple email/password as well as social login authentication workflows for Angular 5 apps using the awesome AngularFire2 library. |
4 | | -Get the step by step and free tutorial in https://angular-templates.io |
| 4 | + |
| 5 | +Get the step by step free tutorial in https://angular-templates.io/tutorials/about/firebase-authentication-with-angular |
5 | 6 |
|
6 | 7 | ## Installation |
7 | 8 |
|
8 | 9 | Run `npm install` to install all the required dependencies |
9 | 10 |
|
10 | 11 | Then run `ng serve` to start a dev server. |
11 | 12 | Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files. |
| 13 | + |
| 14 | + |
| 15 | + |
0 commit comments