Todd Hale, Xactware
Adapted from Jorge Vergara's blog
https://javebratt.com/crud-ionic-firestore/
https://github.com/dolthead/numero1
Build app from scratch!
Install nodejs: https://nodejs.org/en/
Install ionic & cordova: npm i -g ionic cordova
https://javebratt.com/crud-ionic-firestore/
(break after 30 mins)
** Build and run on iPhone, if time permits
Open database in Firebase console, click Get Started in the Cloud Firestore Beta, click Start in Test Mode, and click Enable.
package.json "angularfire2": "^5.0.0-rc.5-next", "firebase": "^4.13.1", firestore.ts constructor(public firestore: AngularFirestore) { const firestoreObj = firebase.firestore(); const settings = { timestampsInSnapshots: true }; firestoreObj.settings(settings); }