Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
efraespada committed Jul 9, 2017
1 parent c995266 commit a7a095f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,13 @@ For sending full reference:
```javascript
FD.syncToDatabase(true);
```
Control synchronization process:
```javascript
FD.syncToDatabase(false, function() {
// data is stored and all push messages has been sent
console.log("data stored and differences sent!")
});
```
- Enable debug logs:
```javascript
FD.debug(true);
Expand Down

0 comments on commit a7a095f

Please sign in to comment.