Handling Revision with CBLModel in ios

Hi,

Do I still need to handle Revision when I have implemented the CBLModel?

If yes, how?

If no, so does that mean that CBLModel already handles Revision?

Thanks.

CBLModel handles revisions for you.

1 Like

Ok, so meaning no need for me to implement this (reference: Revision):

When you save an update to an existing document, you must include its current revision ID. If the revision ID you provide isn’t the current one, the update is rejected.

Thanks! =)