Skip to content

phatblat/RealmTaskTracker

Repository files navigation

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.