Authorize Google and Facebook in APP Quasar-Framework?
-
I’m integrating my application with Google-Login and Facebook-Login.
npm facebook
$npm install vue-facebook-signin-buttonnpm google
$npm install vue-google-signin-buttonBoth providers work perfectly in the browser, my problem is that I’m developing an application hybrid and both buttons do not work on android.
I noticed that device authorization is required to allow the app to access google and facebook settings.
Is there a plugin in the Cordova that makes such authorization?
How to proceed? -
Hello Marconi, Did you find any solution?.