In this tutorial, we are going to integrate Firebase Auth SDK, implement sign ups with email/password and sign outs, and handle the UI based on a user session — Difficulty: Beginner | Easy | Normal | Challenging Environment : Xcode 13, iOS 15, MVVM, Firebase & SwiftUI Repository at the end of this article Introduction We are going to learn how to authenticate our users with an email address, get the currently signed-in user with a listener and present the…