This project accompanies the Jameson Saunders YouTube video Firestore CRUD AngularFire2 Tutorial.
A simple example of how to perform create, read, update, and delete operations against a Firestore (Firebase) database.
If you haven't already, check out the Jameson Saunders YouTube Channel for web & mobile development videos.
Download or clone this project, then run npm i
from the project directory to install its dependencies. Not familiar with NPM? Check out my NPM Tutorial.
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.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.