Cordova Social Login
-
I have searched for quite a while but simply cannot find a straight forward solution to do the social login with facebook / google on a cordova wrapped app.
I have implemented the social login which works perfectly for the quasar web app but as soon as I wrap it and test it on the device the callback URL that I have to provide to facebook and google’s oauth sign ups won’t work (localhost does not work on the phone)
Has anyone successfully implemented social login on a cordova wrapped quasar app?
David
-
Have you found the solution? I am facing this issue right now
-
Up. A “Quasar” solution would be great instead of a Cordova one. If there is a Cordova solution that can be easily integrated, then this will be great as well.
For me, I was using https://github.com/phanan/vue-google-signin-button which was simple approach and all was working in the web app. But once I build the Android app, even the Sign In button (or div) refuses to fire the required event to open the Google sign in window. I have seen multiple apps that do this so I don’t think it is impossible to implement on Quasar directly.