Value of type 'AuthDataResult' has no member 'uid'
I am a noob trying to create a social app through Youtube videos, and I am following instructions of this video. https://youtu.be/GrRggN41VF0 At around 3 mins. of the video you'll see the code. Here's the code I have. import UIKit import Firebase import SwiftKeychainWrapper class ViewController: UIViewController, UITextFieldDelegate { @IBOutlet weak var userImgView: UIImageView! @IBOutlet weak var usernameField: UITextField! @IBOutlet weak var emailField: UITextField! @IBOutlet weak var passwordField: UITextField! override func viewDidLoad() { emailField.delegate = self passwordField.delegate