quasarframework / quasar-cli

[DEPRECATED, <= 0.17) Quasar Framework - CLI
https://quasar.dev
MIT License
203 stars 50 forks source link

cordova dev opens a new browser to the firebase auth page #186

Open llulioscesar opened 5 years ago

llulioscesar commented 5 years ago

I'm trying to use auth firebase for an application with cordova Using Quasar 0.17.16

Following the instructions here: https://firebase.google.com/docs/auth/web/cordova

and running: quasar dev -m cordova -T android

opens a new browser to the google oauth page, but then redirects to the dev server URL (instead, you should open the application).

If I run: quasar build -m cordova -T android

Then download the app, .auth.signInWithRedirect(provider) works as expected.

thrinz commented 5 years ago

All,

I am facing the same issue. Need advice.

thrinz commented 5 years ago

@llulioscesar - Were you able to fix this issue?