Google/ Facebook sign in for quasar hybrid apps ?
-
I’ve been searching for integrating google/facebook authentication for the quasar. Ive tried many solutions including the
https://github.com/phanan/vue-google-signin-button
and
https://developers.google.com/identity/sign-in/web/sign-inall of the solutions i tried are working on quasar dev mode (web version) but they are not working for ios / android …
is there any solution to make it work on them ?
-
@ajay what mode you working on for mobile? Cordova, Capacitor, SPA, PWA…
-
hi… @dobbel … im working on cordova
-
-
It’s hard to find any info other than: It’s not possible anymore on cordova…
probably Capacitor has better more recent solutions:
https://github.com/moberwasserlechner/capacitor-oauth2
https://github.com/capacitor-community/facebook-loginlet me know how it works out!
-
@dobbel … thank you very much. i will try these out and let u know
-
@ajay , did you ever find a solution. I am facing same difficulties.