2016-08-23 374 views
6

後,我試圖用火力身份驗證服務,我得到了一個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模擬器上顯示此錯誤。

+0

嘿@ aviran-mor你有沒有機會找到解決方案?我認爲我用最新的離子(3.0.0)和最新的火力點(3.7.6) – jsharpe

回答

0

試試這個。它爲我工作。

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