Incorporating the Sign in using Google functionality into my Vue 3 application has been a challenge. While I came across some npm packages that could help, they are unfortunately soon to become deprecated (This warning is displayed in the console).
I am interested in utilizing Google Identity Services to enable Sign in using Google on my web app. This service offers features like One-tap sign-up and Automatic sign-in. What would be the easiest way to implement this feature in Vue 3?