couchbaselabs / ToDoLite-iOS

To-Do list sample app for Couchbase Lite, native iOS version
85 stars 41 forks source link

existingDocumentWithID instead of documentWithID in Profile.m #4

Closed kamilsmuga closed 10 years ago

kamilsmuga commented 10 years ago

when looking for a Profile doc in DB we should use existingDocumentWithID function instead of documentWithID because documentWithID creates an empty instance of CBLDocument and gives a false positive result