This is the example website of an accounting book with Angular 7 and Cloud Firestore. You can learn Angular and Firestore with this porject and build a simple website.
- Clone the repo with
git clone https://github.com/tpps88206/angular-firestore-example.git
. - Create your own Firebase porject here.
- Copy your Firebase key and paste it at
src/environments/environment.ts
andsrc/environments/environment.prod.ts
. - Then use
ng serve
start your local project. - Enjoy.