Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 477 Bytes

File metadata and controls

10 lines (6 loc) · 477 Bytes

Firebase Authentication with Angular

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.

Installation

Run npm install to install all the required dependencies

Then run ng serve to start a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.