We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c995266 commit a7a095fCopy full SHA for a7a095f
1 file changed
README.md
@@ -140,6 +140,13 @@ For sending full reference:
140
```javascript
141
FD.syncToDatabase(true);
142
```
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
+```
150
- Enable debug logs:
151
152
FD.debug(true);
0 commit comments