Firebase:在Swift 4上找不到FIRUser

时间:2017-11-29 23:27:40

标签: ios iphone firebase firebase-realtime-database swift4

我开始使用Firebase,然后我跟随Ray Wenderlich tutorial

之后我创建了自己的项目,没有任何工作了。 我已经安装了Firebase pod,我为Firebase框架创建了一个桥头(就像在教程中一样)。它没有用,所以我删除它,我只是导入。

我可以在我的课程中导入Firebase,但是当我尝试添加:

FIRUserFirebase.User(与Firebase身份验证documentation中一样)

它没有用。那里我没有太多的选择......我什么都做不了(见附图)。

enter image description here

1 个答案:

答案 0 :(得分:2)

正如文档所述,在迁移到最新版本的Swift SDK时,请删除所有FIR前缀,以便FIRUser变为User。您可以找到参考here