iOS Lesson 3

Welcome to Lesson Three of MDB’s iOS Training Program. When building mobile applications, users expect their data to be saved in between uses of the app. This lesson will go over how you can store information both locally and in the cloud. We’ll also show you how to use frameworks other people have made in the form of CocoaPods.

Lesson Outline

  • CocoaPods
  • UserDefaults
  • Firebase
    • Authentication
    • RealTime Database
    • FireStore

You can find all demos for the Lesson on GitHub!

Related Resources

Other Lessons