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模擬器上顯示此錯誤。
嘿@ aviran-mor你有沒有機會找到解決方案?我認爲我用最新的離子(3.0.0)和最新的火力點(3.7.6) – jsharpe