MakeSchool-Tutorials / Makestagram-Swift-V3

14 stars 7 forks source link

7. Adding Authentication #109

Open Jju17 opened 5 years ago

Jju17 commented 5 years ago

I followed all the steps and when I run my code and tap on the "register to Log In" button, the auth view controller came blank, no information in it.

capture d ecran 2019-03-03 a 16 03 09
michaelqvphan commented 5 years ago

@Jju17 I am getting the same issue. Were you ever able to solve it?

michaelqvphan commented 5 years ago

Just figured it out. Email is no longer a default option so it must be added in as a provider.

Screen Shot 2019-05-14 at 3 33 42 PM
Abhiek187 commented 5 years ago

Yes that fixed my issue. But I should also point out that I had to add pod 'FirebaseUI/Email' to the Podfile and run pod install again to get Xcode to recognize FUIEmailAuth().