Module 4 continues with Lesson 4, in which we handle user sign-in and create account, using: and: with: and, of course: Lesson 5 In Lesson 5 of the module, we handle using Firestore to keep track of the last lesson / question the user was looking at so that, later, […]
Monthly archives: April 2022
After a brief introductory tutorial in Lesson 1, Lesson 2 sees us prepare the Learning App that we enhanced in Module 2 for authentication. Chris does provide a copy of the Learning App in case we don’t have our own but, of course, I have mine with notes so I’ll […]
In the final lesson from module 3 of the CWC+ iOS Databases course, Chris talks us through setting up Firebase, and our Xcode app, to handle associating data with a user. The primary point of note is that we’ve previously been setting up Cloud Firestore in “test mode”. This can […]
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 […]
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 […]