RealmTaskTracker

Implementation of the MongoDB Realm iOS Swift tutorial

20
2
Swift

MongoDB Realm Task Tracker

Implementation of the MongoDB Realm iOS Swift tutorial
in SwiftUI.

Conferences

Combine-ing MongoDB Realm with SwiftUI Slides (PDF)

โš ๏ธ Caveats

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.

๐Ÿ“ธ Screenshots

iOS simulator showing login form
Screen showing a list of tasks

๐Ÿ“„ License

This repo is licensed under the MIT License. See the LICENSE file for rights and limitations.