couchbase / couchbase-lite-android-ce

The community edition of couchbase lite for android
Apache License 2.0
9 stars 1 forks source link

Just observe if changes happen to a Query. #13

Closed vander2675 closed 5 years ago

vander2675 commented 5 years ago

Hello, Currently I’m implementing the Data Source Objects from the Paging Library in the Android Jetpack Components in combination with Couchbase Lite for Android.

For this to work I need a notification from Couchbase that the Result of an Query changed, without loading the Properties into memory.

Is this possible with the current accessible methods?

Thank you very much in Advance

bmeike commented 5 years ago

Hey @vander2675 , I'm not sure I understand what you are trying to do. Which "properties" do you want to avoid loading?

bmeike commented 5 years ago

Moving this issue to the couchbase-lite-android-ce repository. Please follow it there.

bmeike commented 5 years ago

Hey @vander2675 , I'm guessing you've already found another solution for this. I'm going to close the ticket. Feel free to re-open it if there is more that we can do.