I created a very simple document in ios app in local database.
I've configured CBL to sync both ways.
{"testkey" : "value1"}
I can see that the document is being pushed to the Couchbase Server via sync gateway.
Later, I use Java Client to change the value of the same document on the Couchbase Server.
{"testkey": "value2"}
However, I don't see the changes being pulled to my Couchbase lite.
I tried editing the document via Couchbase Server Admin Interface and it didn't get pulled either. May I know how do I get the it sync to Couchbase lite please?
Thanks,
Paing