使用未解析的标识符“ FUIEmailAuth”

时间:2019-05-19 04:43:26

标签: ios swift firebase firebase-authentication

我目前正在自学Swift,所以任何帮助都会很棒。我想将Firebase电子邮件登录集成到我的应用程序中,但是我一直收到此错误,无法运行我的应用程序。任何建议都将挽救生命!

我搜索并搜索了网络,找不到任何解决方法

  // Set ourselves as the delegate
        authUI?.delegate = self
        authUI?.providers = [FUIEmailAuth]() // ERROR here 
  

错误:使用无法解析的标识符'FUIEmailAuth'

0 个答案:

没有答案