Hello, I am making a to-do list using a ready-made template. I even published this app on a domain. However, although I am logging in with different users, the same data appears for each user, how can I fix this? How can I make an application that will be specific to each user?
Hi there, @hasankarauzum0… it’s not really possible to help you solve your specific issue without more information, including screenshots of the areas where the same data is appearing (screenshots of the elements in the editor, that is). That being said, you can use privacy rules and constraints on searches to limit the data a user can see to the data they actually created, and I’m kind of surprised the template you are using isn’t already doing that.
Anyway, if you want to share more information, I’m sure someone will be able to help you figure out what’s going on.
Best…
Mike
Thanks for your answer. This is a domain I’m publishing. The domain name is: https://taskplayground.com/ The privacy terms and dataset on the back of the application are as in the images:
I would be very happy if you could help me on the subject.
On your repeating group, under Data Source, choose “do a search for: todo” where “created by = current user”, then only posts that are created by the current user will only display in the repeating group.
Thanks for the answer. I can’t say I didn’t mean for new in Bubble. Are there any of the landscapes in the pictures? Thank you for your interest.
Using Google Translate, I was able to confirm that your User
data type has the default privacy rule of This User is Current User
. With that rule in place, I’m not sure how you could be experiencing what you described in your initial post (i.e., the same data appearing for each user) because that rule should prohibit a user from seeing another user’s data. When you look at the data in the Todo
data type on the App data tab, can you see different users in the Created by
field for each thing?
Edit: I guess I should have clicked your link before responding… are you showing a list of todo’s on the landing page before a user logs in?