I’m building a native mobile app in Bubble and I was able to setup the Google Signup/Login workflow and it works great, but I’m not able to see the actions so that I can set the User’s fields using their Google info.
For example I want to set their Profile Picture, First and Last Names, but I don’t see the “Result of step 1…” action (see attached screenshot)
The Google login action redirects the user away from your app, so the workflow “stops” there. Bubble can’t pass a “Result of step 1” to the next action because Step 2 technically happens before the user even comes back from Google. Go to the Workflow tab.
Click “Add an event” > User is logged in.
Add the “Make changes to current user” action there.
Use Current User's Google's [field] to map the data to your internal User fields.
Remember that if you are making it possible to access with Google from the mobile app, Apple during the review will ask you to add also sign in/sign up with Apple, otherwise it will not approve your app..