未捕获错误:网络错误

时间:2016-08-23 19:48:38

标签: angularjs ionic-framework firebase angularfire

在我尝试使用firebase身份验证服务后,我得到了uncaught error: a network error (such as timeout, interrupted connection or unreachable host) has occurred

我尝试将所有相关域名列入白名单:

  <allow-intent href="*.firebaseio.com" />
  <allow-intent href="*.firebaseapp.com" />
  <allow-intent href="*.google.com" />
  <allow-intent href="*.googleapis.com" />
  <allow-intent href="*.cloudflare.com" />
  <allow-intent href="auth.firebase.com" />
  <access origin="*" />

并要求互联网用户许可:

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />

但仍然 - 尽管代码在网络浏览器上完美运行,它仍然在Android模拟器上显示此错误。

1 个答案:

答案 0 :(得分:0)

试试,这个。它对我有用。

<allow-navigation href="*.firebaseapp.com" />