Replies: 2 comments 2 replies
-
This isn't a core feature of the SDK, but it's relatively easy to do.
There is some complexity to consider - you may not want to sync everything; you may not want all clients to sync at the same time; etc. So it's not a slam-dunk, but you have all the capabilities to do this already. |
Beta Was this translation helpful? Give feedback.
-
I miss this feature too and I hope it will be implemented in the future. Most frameworks today use WebSockets (like couchbase mobile) to provide real time data replication. |
Beta Was this translation helpful? Give feedback.
-
We are looking at using this tool for a Point of Sales type mobile app. And a requirement is that one device is aware of invoices created by other devices in the same outlet. So, I am wondering other than polling, is there some event or push message that could be used to inform clients that another device created an invoice, so we should do a pull to get the latest information?
Beta Was this translation helpful? Give feedback.
All reactions