Hi
I have a mobile application that uses couchbase lite with a replicator. After saving a document is there any way to check if the document has synced.
I need a way of knowing if my application is actively replicating so that I can warn the user that there may be a delay in their data becoming visible on the server.
My best thought is to maintain a current time document on the server add check that the document is up to date.