I’m building a native mobile app in Bubble and trying to implement “Sign up with Google” on the authentication screen.
Here’s what I’ve done so far:
Created a Web application in Google Cloud Console Added the redirect URI: https://mind-ai.bubbleapps.io/api/1.1/oauth_redirect Installed Bubble’s OAuth plugin Added the “Signup with Google” action to the button
What’s happening:
When I tap the “Sign up with Google” button, it opens the browser
I complete the Google login successfully
But after that, it redirects me to Bubble Go app not back to my native app
What I want:
After a successful Google login, I want the user to return back to my app view (like the dashboard or home), not sent to the Bubble Go app.
Maybe I’m doing something wrong? Do I need to use a different type of app in Google Cloud Console (like Android or iOS instead of Web)? Is there a special redirect URI or deep linking setup required for native apps?
I would really appreciate if someone can guide me step-by-step or let me know the correct way to do Google login in Bubble’s native app.
I also tried creating a new app inside of the Google Cloud console, but instead of using web application type I tried android. I was able to generate the required keys on my system and upload them in the native mobile settings section of the settings tab, but the Google oauth plugin made by bubble expects both a client ID and a client secret, which means we need to use the web app type since native apps don’t provide a client secret.