mongodb / stitch-ios-sdk

Apache License 2.0
42 stars 25 forks source link

STITCH-2525: findOne for iOS SDK #144

Closed tkaye407 closed 5 years ago

tkaye407 commented 5 years ago

I believe I added findOne() everywhere it is supposed to be, but let me know if I missed somewhere. I added tests for sync in RemoteMongoClientIntTests, but I did not add any in SyncIntTests because that did not seem necessary as I believe those only test Insert / Update / Delete.

adamchel commented 5 years ago

And make sure when you squash and merge, you add the ticket number and a short description to the title so the commit has the ticket number.

e.g. STITCH-2525 add support for findOne