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