Open llulioscesar opened 6 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.
All,
I am facing the same issue. Need advice.
@llulioscesar - Were you able to fix this issue?
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.