'Unable to contact the firebase server'

'Unable to contact the firebase server'

我正在使用 angularFire 开发离子混合移动应用程序。我正在使用 $firebaseAuth 服务实施 email/password 身份验证。它在 chrome 浏览器上工作正常,但在 android 设备上安装时出现错误 'Unable to contact the Firebase server.' 我的 andorid 应用程序具有完整的网络访问权限以及使用数据和 wify 的权限。

代码和 APK link https://github.com/ajayparsana/MyFirebaseApp

请帮忙。

我已经安装了 cordova inappbrowser & whitelist 插件,还在 config.xml 文件中逐行添加以下行来解决我的问题

    <access origin="*" />
    <allow-navigation href="*" />
    <allow-intent href="*.firebaseio.com" />
    <allow-intent href="auth.firebase.com" />