How can I show notes only for current user?

Hello!
I’m working on a simple web app where users can keep their notes.
Maybe like Google keep.
How can I hide other user’s notes from current user?(I’m using Facebook authentication).
Current user can see only his posts…

Thank You!

Welcome to Bubble @artamonow.aleksey :slight_smile:

You could do this in a number of ways.

Assuming that you have a custom data type set up called “Notes”, in the repeating group that you’re using to display these “Notes”, you could set up a constraint on your search like this:
Creator = current user

Hope this helps!

Jacob
Need help with Bubble? https://www.tekademy.co/

Oh!Thank you! It was really simple)))

1 Like

Happy to help :slight_smile:

This topic was automatically closed after 70 days. New replies are no longer allowed.