MakeSchool-Tutorials / Makestagram-Swift-V3

14 stars 7 forks source link

25. Social Login (Missing Step) #39

Closed jaramirez1729 closed 7 years ago

jaramirez1729 commented 7 years ago

In the section "Implementing FirebaseAuthUI for Facebook Login," it's not specifically stated to import FirebaseAuthUI in the AppDelegate and to import FirebaseFacebookAuthUI LoginViewController. Since they won't know, they will get errors typing out the code required, and autocomplete will not work.

ocwang commented 7 years ago

Added import lines in each respective action block.