我将Firebase Podfile更新为5.14.0,现在有64个错误:)

时间:2018-12-08 05:31:16

标签: firebase firebase-realtime-database firebase-authentication pod podfile

我的应用程序运行良好,直到需要将应用程序内消息安装到我的Pod文件中为止,这需要我将Podfile更新到5.14.0。现在,我神奇地在诸如以下的行上出现了64个错误:

print(user.email ?? "Missing Email") -> "Value of type 'AuthDataResult' has no member 'email'"

Database.database().reference().child("..").observeSingleEvent(of: .value, with:  { (location) in -> "Use of unresolved identifier 'Database'" 

Auth.auth().fetchProviders(forEmail: providedEmailAddress!, completion: { -> "Use of unresolved identifier 'Auth'"

在所有之前运行完美的代码上都没有错误(顺便说一句)。对于第二个示例,似乎是在暗示他们将Database.更改为DatabaseQuery.,但并未提及在github或文档上……我找不到其他遇到相同问题的人,其他人遇到过这种情况,还是我应该恢复到上一次提交?

0 个答案:

没有答案