The DebtTracker app is the showcased app in the book: Master AngularFire2 for Ionic Framework which covers:
- User Authentication.
- CRUD.
- Transactions.
- Firebase Storage.
- Firebase Security Rules.
- ...and more.
Clone this repository using ssh:
$ git clone git@github.com:javebratt/master-angularfire2-ionic.git
Or https:
$ git clone https://github.com/javebratt/master-angularfire2-ionic.git
Once cloned, move into the app folder and edit the name of the file
app/credentials.backup.ts
to be simply app/credentials.ts
.
Inside that file you'll add your Firebase keys which you can get from the Firebase Console
To find out how to use it and how it was build, get the book here.
Jorge Vergara – @javebratt – j@javebratt.com