Implementation of the MongoDB Realm iOS Swift tutorial in SwiftUI.
- v1 presented at MongoDB.live 2021.
- v2 (beta) presented at Denver Cocoaheads
- v2 presented at 360|iDev 2021.
Combine-ing MongoDB Realm with SwiftUI Slides (PDF)
TL;DR: Only
Testuser
works.
This app uses a dynamic partition value of the current user's ID.
However, I have not yet gotten this to work with the new Realm @AsyncOpen
property wrapper. To work around this the partition value is hard-coded
with the value of Testuser
.
This repo is licensed under the MIT License. See the LICENSE file for rights and limitations.