Genymotion 模拟器:无法连接到 firebase
Genymotion emulator: Can't connect to firebase
我正在使用 Cordova、Ionic 和 Firebase 构建应用程序。看起来 Genymotion 模拟器无法连接到 Firebase,尽管我将 Firebase 列入了白名单 - 尽管它在 iOS 模拟器中工作(即使没有白名单)。
我的config.xml:
<widget>
<access origin="https://correctname.firebaseio.com" />
</widget>
我做错了什么?
我找到的只有 Why is Firebase returning 404 errors in PhoneGap app when running on Android emulator? and http://docs.phonegap.com/en/3.0.0/guide_appdev_whitelist_index.md.html。
事实证明,Genymotion 的免费版本根本无法连接到互联网,显然是在监督。如果我配置了正确的错误消息,我早就想通了。
我正在使用 Cordova、Ionic 和 Firebase 构建应用程序。看起来 Genymotion 模拟器无法连接到 Firebase,尽管我将 Firebase 列入了白名单 - 尽管它在 iOS 模拟器中工作(即使没有白名单)。
我的config.xml:
<widget>
<access origin="https://correctname.firebaseio.com" />
</widget>
我做错了什么?
我找到的只有 Why is Firebase returning 404 errors in PhoneGap app when running on Android emulator? and http://docs.phonegap.com/en/3.0.0/guide_appdev_whitelist_index.md.html。
事实证明,Genymotion 的免费版本根本无法连接到互联网,显然是在监督。如果我配置了正确的错误消息,我早就想通了。