Seed for angular CLI application with Material Design and Firebase as a backend.
This project was generated with Angular CLI
- We recommend Visual Studio Code for code editing
- Install Node.js
- Install git
npm install -g @angular/cli
Get:
- App ID
- App secret
- OAuth redirect URI
- Create new project on Firebase
- Go to Firebase console -> Authentication -> SIGN-IN METHOD (https://console.firebase.google.com/project/{PROJECT-NAME}/authentication/providers) and enable Google and Facebook Providers
- Update app name in the package.json file
- Update project names in the .firebaserc file
- Update project name in the .angular-cli.json
- Go to general project settings on Firebase console (https://console.firebase.google.com/project/{PROJECT-NAME}/settings/general/) click "Add Firebase to your web app", copy config and update firebaseConfig variable in app.module.ts
- Search and replace all "jam" words in the project