Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
GrandSchtroumpf committed Jun 26, 2019
1 parent c26dfce commit 4a2fd63
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Akita Firebase
Simplify connection between Akita and Firebase
# Akita Angular Firebase
Simplify connection between Akita and Firebase inside an Angular project

Connect Firebase and Akita :
- [x] Firestore Collection
Expand All @@ -15,6 +15,7 @@ Toolkit :
# Installation

```
ng new project-name
ng add @angular/fire
ng add @datorama/akita
npm install akita-ng-fire
Expand All @@ -23,7 +24,7 @@ npm install akita-ng-fire
# Firestore

## Collection
Create a new feature Akita :
Create a new feature with Akita :
```
ng g feature todos/todos
```
Expand Down

0 comments on commit 4a2fd63

Please sign in to comment.