Android上使用Ionic应用程序的Firebase身份验证网络错误

时间:2016-12-01 08:01:55

标签: android angularjs firebase ionic-framework firebase-authentication

我在Windows Chrome上运行Ionic2应用程序。我正在使用Firebase。 在Android模拟器上运行时出现网络错误:

A network error (such as timeout, interrupted connection or unreachable host) has occurred.

我尝试了一些没有成功的建议:

  • 我将按钮从提交类型更改为按钮类型
  • 我检查了白名单
  • 我删除了表单的用法。

没有任何效果。

在Android上运行网络应用之前,我应该在Firebase中配置什么?

1 个答案:

答案 0 :(得分:1)

我终于能够解决它了,答案是白名单。我必须运行以下命令: cordova插件添加cordova-plugin-whitelist cordova准备

我曾经做过一次,但我可能错过了一些东西,所以我又做了一次。我真的不明白它的含义所以我在这里无法解释。

现在该应用正在使用Web和Android模拟器(使用firebase + Ionic 2 + Angularjs)

非常感谢: - )