SaltechSystems / couchbase_lite

Flutter plugin for the Community edition of Couchbase Lite. Couchbase Lite is an embedded lightweight, document-oriented (NoSQL), syncable database engine.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adding documents and then syncing via channel filtering

ervijjusty opened this issue · comments

Is there any to use the filter on a pull method.

pull.Filter=“sync_gateway/bychannel”; // Added for filtering
pull.Channels = channel; // Added for filtering

push.Continuous = true;
pull.Continuous = true;

push.Start();
pull.Start();

No there is not currently

v2.7.5+6 has this in it