Hello,
I can have people sign up with an account, or with Google and they are able to login.
Now, I have a Bubble database filled with data that has an ID as an identifier for all the data associated with it (Different data type).
I would like to no associate this data through that ID with the newly created user so I can display that data associated with that ID in the users home page.
I’m unable to figure this out because it seems that the new user is tied to the User data type and the data in my separate database (Different data type) associated to data type, lets say “data”
Any insights would be helpful, thank you!