SaltechSystems / couchbase_lite

Flutter plugin for the Community edition of Couchbase Lite. Couchbase Lite is an embedded lightweight, document-oriented (NoSQL), syncable database engine.
MIT License
60 stars 28 forks source link

Add channels support for ReplicatorConfiguration #63

Closed galunecandrey closed 4 years ago

galunecandrey commented 4 years ago

Hello! First of all, thank you for your work! We are faced with the critical need to use channels in ReplicatorConfiguration. Could you give this time and add support?

bawelter commented 4 years ago

I will see what I can do to get the iOS part of the integration done. Note that the push and pull filtering with this solution is limited so it may not do everything needed if you need filtering with this as well.

bawelter commented 4 years ago

v2.7.1+6 has this in it

galunecandrey commented 4 years ago

Thank you for help!