vue3-google-login
vue3-google-login copied to clipboard
Quasar compatibility issue?
Is this project compatible with the Quasar framework? I got it working on a vanilla Vue3 project, but the login button won't appear in my Quasar app after following the instructions included in the Getting Started guide.
I managed to get it working, but am curious as to the best way to console log a user's first and last name after retrieving it upon sign in?
@eric-nicular can you share the code snippet?
@yobaji I got it working. :) Thank you for replying! However, I am curious about the recommended way to implement a logout button with this custom component? Is there a section related to this in the docs?
Also, I get a console error saying that Google Sign In does not support web view, but only on iOS with an iPhone. Because of this, the user's name does not appear after they are logged in via the browser. The rest of the program functions correctly, though, and does allow for signing in.
Is there a way to fix that so the button shows that they are logged in even on iOS?
Error messages:
The way the sign-in button appears after logging in on iPhone using Webview:
You cannot logout from the google session from your website https://github.com/devbaji/vue3-google-login/issues/3, can you test again if this issue still exists in iPhone? I tested this in my simulator, but can't replicate this issue.