Currently finding it difficult to find and follow the correct information online about how I can create a Vue App which has Google Social Sign and user details are handled and stored on Cognito. I've got to the part where I can get the Google Social Sign on to work when I click on "View Hosted UI" in Cognito but not in my actual Vue.js app which is pushed to AWS Amplify. Is there a guide on how I can do this?
I set up the vue.js project seperately and pushed to Amplify and then set up Cognito afterwards, so I'm not sure if using the amplify cli is a easier way to set everything up? I'm also using Phaser as my game engine. Any guide on how I can set this up locally and a production version would be much appreciated! Thank you.