File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Master AngularFire2 for Ionic Apps
2+
3+ The DebtTracker app is the showcased app in the book: ** Master AngularFire2 for
4+ Ionic Framework** which covers:
5+
6+ * User Authentication.
7+ * CRUD.
8+ * Transactions.
9+ * Firebase Storage.
10+ * Firebase Security Rules.
11+ * ...and more.
12+
13+ ## Installation
14+
15+ Clone this repository using ssh:
16+
17+ ``` sh
18+ $ git clone git@github.com:javebratt/master-angularfire2-ionic.git
19+ ```
20+
21+ Or https:
22+
23+ ``` sh
24+ $ git clone https://github.com/javebratt/master-angularfire2-ionic.git
25+ ```
26+
27+ Once cloned, move into the app folder and edit the name of the file
28+ ` app/credentials.backup.ts ` to be simply ` app/credentials.ts ` .
29+
30+ Inside that file you'll add your Firebase keys which you can get from
31+ [ the Firebase Console] ( https://console.firebase.google.com )
32+
33+ ## Usage example
34+
35+ To find out how to use it and how it was build,
36+ [ get the book here] ( https://javebratt.com/master-angularfire2-ionic-apps/?utm_source=github&utm_medium=readme_link ) .
37+
38+ ## Who am I?
39+
40+ Jorge Vergara – [ @javebratt ] ( https://twitter.com/javebratt ) – j@javebratt.com
You can’t perform that action at this time.
0 commit comments