How to know that the Document is successfully Sync with the Couchbase Server DB?

Hello @ketankumbhare

You can call the currentRevisionID that returns a String type. For Android this look like:

public String getCurrentRevisionId()

Then you can get the document of a particular Revision that it belongs to using and retrieve its properties.