Skip to content

Commit a7a095f

Browse files
committed
readme
1 parent c995266 commit a7a095f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,13 @@ For sending full reference:
140140
```javascript
141141
FD.syncToDatabase(true);
142142
```
143+
Control synchronization process:
144+
```javascript
145+
FD.syncToDatabase(false, function() {
146+
// data is stored and all push messages has been sent
147+
console.log("data stored and differences sent!")
148+
});
149+
```
143150
- Enable debug logs:
144151
```javascript
145152
FD.debug(true);

0 commit comments

Comments
 (0)