Hi i am using this workflow
Users then go to the usual login page where they can log in with google. After they login they stay in the browser they just don’t go back to the app.
Am i missing something?
Hi i am using this workflow
Users then go to the usual login page where they can log in with google. After they login they stay in the browser they just don’t go back to the app.
Am i missing something?
I had the same problem and I solved it with login with social networks.. you have to install the bubble plugin for login with google and you should succeed..
Hey Mario! Thanks for the response.
Are you using it in a web view? or just a view created for mobile?
What URI did you use in Google?
You have to use the web view otherwise you won’t see the login option with social networks.. follow the instructions of the plugin it’s very simple
Thanks Mario! i ve done the login with Google many times, but it was not working on Android i am getting a URI mismatch error. And the URI was a scheme that was not what was defined in the mobile setting in the app.
The whole process is very unstable, it was working fine on BubbleGo but it is not working on the build uploaded to Android.
In the mobile settings app scheme must be empty.. did you fully follow the plugin instructions? Can you do it from a browser? Have you tried on iOS?
I had a similar issue, I resolved it by checking the box “Use a generic redirect URI” in the Google Plugin settings page.
Hey Dylan and Mario! i got the generic redirect checked… I am getting an error that states “Error 403: disallowed_useragent” because Google is blocking the sign-in request made from a WebView… I am stuck with this… The way to go should be using the action “log in/ sign in with a web browser” but i cant get it to work
I’m using “Signup/login with a web browser” action on my mobile app, then I’m sending it to the index page of my web app, that has a “Signup/login with a social network” action with Google selected as the OAuth provider.
Mobile app:
Web app:
I’m seeing in your original post that you have actions after “Signup/login with a web browser”. That could be the issue, in my app I don’t have any actions run after that action, and it signs the user in as expected. I’m not sure though.
You could move those actions to a “do when condition is true” workflow instead.
Hey dylan thanlks for the response!!
And does the browser the app open close automatically after the user logs in? Or how did you handle that behaviour?
Yes, after they sign in the browser pop-up closes and they are signed in to the app. I use a “when user is signed in” workflow to do stuff after that’s completed like go to the home view.
Hey guys it is now working… I ll leave it here if it helps someone in the future… To sum it up you need to leave App scheme empty in a mobile view, use the sign up/ log in with a web browser and create an event "when a condition is true) every time user is logged in go to view X
Hi, I have the same issue but I’m trying to do the same with my “Sign in with Linkedin” button in a web browser.
Anyone has gone through this problem ?