Hello,
We are using Couchbase server, Couchbase Sync Gateway and Couchbase Lite to synchronize data between server and devices and we are using the shadow functionality of Sync Gateway.
I have few questions regarding attachments and reading them on the server:
- Can we read attachments using Node.js SDK?
- Can we read attachments from the main bucket? Or are they only available from the shadow bucket?
- Can we read attachments from Couchbase server directly or should we send requests to Couchbase Sync Gateway instead?
Thanks,
Yuzkan