Hi everyone,
I have a very specific problem and was wondering if you could help me with it.
I'm developing a mobile project that handles very complex sets of data. So instead of creating my own syncing solution, I was thinking of using Couchbase's Sync Gateway technology to do it, but the thing is, I need to only sync certain sets of data within a table, i.e.: I don't want the user to download all documents, just the documents that belong to him, so I was wondering if that was possible?
Also, the project is going to be developed in Xamarin, to be released in both iOS and Android and I don't know if this could be accomplished in Xamarin.I've found a Couchbase component for Xamarin, but I don't know if covers Sync Gateway, at a glance I don't think it does, but maybe someone here has had experience with it before.
Any help or advice would be appreciated.