I'm building an app using Cordova, Ionic and Firebase. Looks like the Genymotion emulator can't connect to Firebase, although I whitelisted Firebase - it works in the iOS emulator though (even without whitelisting).
My config.xml:
<widget>
<access origin="https://correctname.firebaseio.com" />
</widget>
What am I doing wrong?
Only things I found are 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.