SwiftUI version of the MongoDB Realm iOS tutorial
Implementation of the MongoDB Realm iOS Swift tutorial
in SwiftUI.
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.