Hi, I’m creating a Java App that has embedded a Couchbase Lite instance and that it’s connecting to Sync Gateway between different users and persisting its data through Couchbase Server.
I have achieved to solve conflicts between different users without any problem but now I’m trying to develop like a register history that each user can check all the values that a registry had on some moment and recover to that state if they want. The problem that I’m having is that when I’m trying to access to the properties of a revision that has been created by another user (with another instance of Couchbase Lite), I’m getting an exception that properties are not available and I want to know if it’s a common issue because system works like this and the revisions properties are not shared between different instances or I’m doing something wrong…
Anyone can help me?
I don’t know if I have explained me properly, if not tell me. Thanks!