firebase-authentication-with-angular
π₯ Angular tutorial to setup Firebase Authentication with Angular. Learn how to setup social login providers such as Facebook, Twitter and Google and also custom email/password authentication.
File Explorer
Download Latest Version (.zip)- app.e2e-spec.ts
- app.po.ts
- tsconfig.e2e.json
- auth.guard.ts
- auth.service.ts
- user.model.ts
- user.service.ts
- login.component.html
- login.component.ts
- login.scss
- register.component.html
- register.component.scss
- register.component.ts
- user.component.html
- user.component.ts
- user.resolver.ts
- user.scss
- app.component.html
- app.component.scss
- app.component.spec.ts
- app.component.ts
- app.module.ts
- app.routes.ts
- .gitkeep
- environment.prod.ts
- environment.ts
- favicon.ico
- index.html
- karma.conf.js
- main.ts
- polyfills.ts
- styles.scss
- test.ts
- tsconfig.app.json
- tsconfig.spec.json
- tslint.json
- .editorconfig
- .gitignore
- angular.json
- karma.conf.js
- LICENSE
- package-lock.json
- package.json
- README.md
- tsconfig.json
- tslint.json
# Installation Guide
1. Get the code
git clone https://github.com/AngularTemplates/firebase-authentication-with-angular
Downloads the entire project code from GitHub to your computer.
cd firebase-authentication-with-angular
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
