I have a first access field in the user table to force users to fill out a registration form when they log in for the first time… The problem is that Bubble isn’t setting FirstAccess=yes as configured by default.
Now all new users are not being registered.
I’m using Google Social Login.
I recorded a video to show up.
Has anyone else experienced something similar?
How did you solve it?
Ok, so you have a google sign up / login. And you only want new users to have the field filled as yes? So you dont want to do it if they are logging in.
Try adding a condition on the make changes where First Access is empty. Since existing users wont have it be empty that would work. Now bubble can be tricky with Boolean fields.
If that doesnt work, what I do is typically find a field that is empty only on new users and do the same, such as first login date or name.
Lastly you can do something like make changes, only if creation date of user is > current date and time + -1 minute. That will cover as well
I checked with the team, we don’t have reports of this being a widespread issue.
OP, if you haven’t already I recommend you submit a bug report via the support portal