Hi, my Android app use replication type push, to sync gateway with couchbase server.
When I create document in database, the replication push the document successfully to The server.
But when I update the document, the replication do nothing and the document in the server stay at the first state despite is continuous =true
Is this a normal fact and this how push replication works.
Or I should use pull_push replication ?