-
|
I have read the documentation and all the examples, but I still cannot figure when to use I know that Can you please elaborate when to use each? Should I use them both at the same time when I am initializing my app? Some examples scenarios would be really helpful. Thank you in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
|
Hi! |
Beta Was this translation helpful? Give feedback.
Hi!
startAllregisters remote change handlers and enables automatic pushing of changes made to items of the collection.syncAllon the other hand, pushes all changes manually and also does apull. You should callstartAllwhen you want to start syncing all your collections. UsesyncAllto manually sync your collections 🙂