I have no idea how to make the google login work, I don’t even know how to get the API and App Secret keys, Can someone help me?
Add Bubble’s Google plugin and open it in the tab. Now go to Google developer console, and add the necessary information from the developer console into the plugin. Then use workflows to sign up/log in with Google. Please see the Bubble how to tutorials on how to implement these steps. You can also go to YouTube and search for “Bubble Social Google log in”
my problem is i don’t know how to really start when it comes to the google developer console
Do this tutorial step by step, it has everything you need: https://youtu.be/QYRRBVWRJYs
changed the image, might wanna refresh page idk
Click the blue link that says credentials page, everything else remains the same.
it says my credentials need to verified or something like that
i only managed to get an api key, still can’t figure out how to get the app secret
Create an OAuth Client ID from https://console.developers.google.com/apis/credentials by clicking +Create Credentials. When you create it, you will see the secret.
For the redirect URI, use https://www.yourdomain.com/api/1.1/oauth_redirect
The consent screen is what the user sees when they will click on sign-up with Google. Do not provide a logo else you will get stuck for weeks with verification. Give bare minimum information in the consent screen.
Only provide application name, support email, add the links at the bottom.
Ok! I’ll reply back when i find a solution or when i have another problem.
Ok, i created the consent info!
Let me test my site to see if it works, if it does, i will let you know, thanks for helping!
In the Bubble plugin, there is a check box to the right of the url. That should be checked. It will say something like use generic redirect.
I checked your site, the sign up works now. It does take me to the Google consent screen. Woo hoo!
nice!
yeah i forgot to enable that lol