MakeSchool-Tutorials / Makestagram-Swift-V3

14 stars 7 forks source link

25. Social Login #82

Closed nathanmbaker10 closed 7 years ago

nathanmbaker10 commented 7 years ago

This is a much smaller issue than the one I mentioned in step 18. However, the tutorial fails to mention that FirebaseGoogleAuthUI needs to be imported into the login view view controller before adding FUIGoogleAuth() into the providers array.

ocwang commented 7 years ago

Thanks for catching this! Fixed.