In this lesson of the CWC+ iOS Database course, Chris shows us how to set up our own custom log-in & create user forms to use with Firebase Auth. Creating our own forms eliminates one of the issues I highlighted in the previous post in that we’re not reliant on […]
Yearly archives: 2022
Lesson 1 : Introduction In the introduction to the Firebase Authentication module from the CWC+ iOS Database course, Chris takes us through the familiar steps of setting up a new Xcode / Firebase project while introducing us to the extra steps needed to enable authentication. With Google making it fairly […]
Lesson 1 : Introduction The second module of the CWC+ iOS Databases course begins with an introduction by Chris, going over familiar ground with setting up Firestore to work with our old Learning App project. I’ve taken the opportunity here to copy my previous app, figuring out where to rename […]
So, in the wrap-up challenge for Module 1 of the CWC+ iOS Database course, we challenged with implementing add/edit/delete database functions on a Reading List App. If we so choose, we can start from scratch and create the whole app from new. I don’t feel confident enough to wade through […]
The final lesson of Module 1 from the CWC+ iOS Database course is a short video encouraging us to think about how best to arrange our data in Firestore depending upon what we need from it for each stage of our app, concluded with a general “do whatever’s easiest for […]
Lesson 12 of Module 1 of the CWC+ iOS Database course covers compound queries. This is something I used all the time with MySQL / MariaDB. I’m rather bemused to discover that we can’t actually do compound queries “as-is”. We have to create them outside of the code first. Either […]
I, naturally, used queries a lot in the days of MySQL / MariaDB on my web databases, so Lesson 11 from Module 1 of the CWC+ iOS Database course was always going to be one that I looked forward to. Google has ensured that querying databases is pretty much as […]
I’m starting to feel that Google has made Firestore excessively easy for app developers. That’s both a good thing and a bad thing. It’s a good thing because it enables us to get up and running with databases without requiring a massive amount of complex knowledge. But it’s also a […]