Skip to content
Prev Previous commit
Next Next commit
Add to readme
  • Loading branch information
FrankSalad committed Jan 8, 2017
commit 1dc491101ab22d72bd02587e53c61f53280c199b
7 changes: 7 additions & 0 deletions docs/api/database.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@ firestack.database()
});
```

Transaction Support:
```javascript
firestack.database()
.ref('posts/1234/title')
.transaction((title) => 'My Awesome Post');
```

## Unmounted components

Listening to database updates on unmounted components will trigger a warning:
Expand Down