playing around with firestore and mobx in an ionic framework mobile application
Edit this project on StackBlitz
This is a starter template for Ionic projects.
First you need to run npm install
.
After that, to preview in your browser simply run:
$ ionic serve
To preview in the emulator, run:
$ ionic cordova platform add ios
$ ionic cordova run ios
Substitute ios for android if not on a Mac.