Help Needed: Google Signup in Bubble Native App Redirects to Bubble Go App Instead of My App

Hi everyone :waving_hand:,

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:

:white_check_mark: Created a Web application in Google Cloud Console
:white_check_mark: Added the redirect URI:
https://mind-ai.bubbleapps.io/api/1.1/oauth_redirect
:white_check_mark: Installed Bubble’s OAuth plugin
:white_check_mark: 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?
:red_question_mark: Do I need to use a different type of app in Google Cloud Console (like Android or iOS instead of Web)?
:red_question_mark: 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.

Thanks so much in advance! :folded_hands:

1 Like

I have the same issue, I thought I was the only one.

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.

It’s a bubble bug, there’s already another thread about it. They know about the bug and will work on it..

any update on this issue? anyone figured out how to solve this? i’m also getting blocked after sign in:

{“statusCode”:400,“body”:{“status”:“ERROR”,“message”:“Redirect URL invalid”}}

Don’t think this has been fixed yet.

This topic was automatically closed after 14 days. New replies are no longer allowed.