Can someone help me about this issue? The first error was \"value of type \'authdataresult\' has no member \'uid\'\".
Auth.auth()?.signIn(withEmail: email, p
It seems that Google has made some changes to Firebase Auth with the 5.0.0 update. This worked for me:
self.userUid = user.user.uid
I'm not sure what was the point of the change but it still works exactly the same.