I just upgraded my pods for Firebase and got a ton of errors. I used the Docs on the Firebase Docs webpage so I was able to fix most of them. This error I\'m stuck on and ne
If you look at the release notes you see they changed some stuff. Essentially instead of returning a user, they now return another object (AuthDataResult) containing a user.
This means you need to a FIRAuthDataResultCallback.