What are we building?
In this course, you will learn how to build a user sign up, login and onboarding feature using Firestore and Swift. We will also go over how to integrate Google Sign In, and will be usingn the MVVM architecture patter. Throughout the process, you will develop high level programming, app design and app development skills. We will be building this without the use of storyboards, fully programmatically.
Why take this course?
User authentication is a requirement for a wide range of mobile applications. This course will teach you how to build an amazing user interface with great functionality, that is also very intuitive and very easy to use. You will be also be learning some great fundamentals of programming along the way, including how to use the MVVM architecture, creating custom subclasses, and more. You will learn how to code like a pro, writing clean, scalable and maintainable code. This can also serve as a login / signup template for your future applications. The code base is extremely easy to integrate into other applications, and covers both versions of Firebase databases (Realtime Database and Cloud Firestore). You can't go wrong with this one!
Prior Experience?
Some programming and basic Xcode experience is preferred. The course will move a little fast if you're a complete beginner, but you will pick things up along the way.
What will you learn?
How to sign a user up with Google
How to sign a user up with email / password
How to log a user in with email / password
Comprehensive knowledge and understanding of Swift 5 & Xcode 11
How to Implement Model View ViewModel (MVVM) architecture
How to build a User Interface programtically with UIKit
How to use stack views intelligently
Advanced level programming and app development skills
Advanced level User Interface Design
How to communicate with Firebase Realtime Database (read/write)
How to communicate with Firebase Cloud Firestore (read/write)
How to structure data for optimum performance
How to parse incoming JSON data from database
How to use CocoaTouch classes, UIKit, UserNotifications and more
How to use CocoaPods and custom third party APIs
How to implement/use protocols
How to implement custom subclasses for clean and reusable code
How to create extensions and functions for clean and reusable code