Hi,
I have created a document through couchbase mobile (iOS Swift) and i want to retrieve and update it based on query through Couchbase server Node js API?
Is it a good way to do that?
Thank you,
Srinadh.
Hi,
I have created a document through couchbase mobile (iOS Swift) and i want to retrieve and update it based on query through Couchbase server Node js API?
Is it a good way to do that?
Thank you,
Srinadh.
Two -way sync between mobile app and SDK enabled client is automatically handled for you through shared bucket access. You can read more about how to enable it here.
Thank you @priya.rajagopal I will check it.