This project was generated with Angular CLI version 11.2.14.
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.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the --prod
flag for a production build.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via Protractor.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI Overview and Command Reference page.
- Setup a new Firebase project
- Enable Authentication and the Google sign-in provider
- Login to the console and create a new app
- Copy the configuration for the app into /src/firebase.config.json
- Go to the Service Accounts page of the Firebase project and "Generate new private key"
- Copy the file into the /functions/ folder of this project
- Run
firebase use <project>
on the command line
Update the app.module.ts file, uncommenting the _EMULATOR
lines.
In a terminal, run:
$ npm start
In a separate terminal, run:
$ cd functions
$ GOOGLE_APPLICATION_CREDENTIALS="{private-key-file}.json" npm run serve