3

I've got an android app using Couchbase lite as I need offline mode.

When I make multiple changes to a document on the device, the first sync'd document I get has a revision number greater than 1.

Is it possible to get previous revisions of that document?

David

David McEleney
  • 3,397
  • 1
  • 26
  • 32

1 Answers1

5

While this was possible in some situations on 1.x, it is no longer possible as of 2.0.

borrrden
  • 33,256
  • 8
  • 74
  • 109