Hello,
We are developing a Xamarin application where our remote database is a CouchDB server. We use Couchbase-Lite for replicating that remote database. We’ve noticed that couchbase does not replicate the views created on the design document of CouchDB.
Is it the normal behaviour? Is it possible to do it? Otherwise, being forced to creating/updating views on both sides (client and server) is quite error-prone…