【发布时间】:2016-10-22 14:13:57
【问题描述】:
我正在使用 ionic 框架构建一个混合应用程序。
我将 angularFire 2.0 与 Firebase 3.0 一起使用。我安装了科尔多瓦插件“inAppBrowser”。
在已弃用的 Firebase 文档中,我只需要让 authWithOAuthPopup() 启动一个 inAppBrowser 窗口并执行登录过程。
目前,我正在使用 signInWithPopup() 并且它在我的 iOS 应用程序中没有任何作用。 该应用在使用 ionic serve 的浏览器中运行良好。
【问题讨论】:
标签: firebase angularfire firebase-authentication