Swift: Firebase 3 - Installing SDK using Cocoapods and Saving Users into Database (Ep 2)

Let’s kick off today’s episode by installing the Firebase SDK using Cocoapods. We’ll first visit and create our firebase project in the console area. Next we’ll follow their instructions with how to use Terminal to install the Firebase Database, Auth, and Storage pods. Finally, I’ll show you guys how to authenticate a user with an email and password, and then saving this user into our real-time database. Part 1 - How to Create a Login Page:
Back to Top