peterfriese / MakeItSo

This is the source code for Make It So, the sample app accompanying my blog post "Replicating the iOS Reminders App Using SwiftUI and Firebase"

Home Page:https://twitter.com/peterfriese/status/1453467058302291975

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature Request] Thank you!

goliatone opened this issue · comments

First of all, wanted to thank you for the awesome tutorial series you have been working on. They have the right amount of detail and depth to make it easy to follow along and also building something beyond the trivial hello world. Both in the SwiftUI as well as in the Firebase side.

On the Firebase side of things I was thinking that it would be interesting to see some use of querying/filtering and possibly cloud functions.

On the iOS side of the project maybe a Today Widget Extension or a Siri Extension would be a neat next feature.

Again, thanks for all the work!

P.S. A small suggestion for the blog posts, when you show partial code implementations of features it would be helpful to link to the github source file, so that actually seeing the whole implementation/source code would help fill in the gaps. I didn't clone the repo and I'm just coding as I follow the tutorial and changing things here and there to make sure I really understand the concepts and being able to peek at the source would be helpful.

Also, maybe having a more complex data model (e.g. many to many relationships would be interesting)