I am using Couchbase lite 1.0 beta2 to get and replicate data from couchbase server. In My case, If a document is deleted from server, I am unable to check it in android app whether a document already present locally is deleted from server. In the replicator method, it only returns me the changed documents or newly added documents.
I tried with "document.isDeleted()" but it always returns false.
So, How can I put a check whether a document is deleted from server?