how to setup firebase javascript simple login with cordova

I have problem when using angular firebase javascript simple login with cordova.

Below is testing under cordova emulate android

  1. user click on google login button
  2. redirect to google login page
  3. after submitted login form. the page stuck with loading.... please wait
  4. and this error messsage in console not allowed to load local resouces

I got no problem when using desktop browser or mobile browser. It is just mobile app.

Anyone know what error is that?

Tools i use

  • angularjs
  • angularfire
  • firebase
  • iconic framework

There are some specific configuration issues (and a couple of bugs that needed to be worked out) but this should work well now. Firebase has a blog post explaining how to get this working "Using Firebase Simple Login with Ionic and PhoneGap".