Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save minusplusminus/069fe73bc8c2776f4fe895bded3d5973 to your computer and use it in GitHub Desktop.
Save minusplusminus/069fe73bc8c2776f4fe895bded3d5973 to your computer and use it in GitHub Desktop.
How to use CBLIncrementalStore
At first. CBLIncrementalStore expects that you define all the documents with an type key. This means that every object must be linked to an entity. If this is not the case, CBLIncrementalStore will crash on change.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment