We have two instances of couchbase lite running, one each on two different C#/Xamarin apps. We can successfully push and pull data to the server manually with standard push and pull replication on both apps, but for a specific type of document we want each couchbase lite to pull documents of said type whenever they get added to the proper couchbase server.
Just because of the structure of the project I also don’t have direct access to our Couchbase Sync so I can’t set anything up on that end. It pretty much has to all be local to the lite instances.
Thanks,
Ryan L.