Skip to content

Commit 0ca5d3a

Browse files
authored
moved from old branch
1 parent 34e0890 commit 0ca5d3a

1 file changed

Lines changed: 40 additions & 0 deletions

File tree

README.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
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

0 commit comments

Comments
 (0)