Coding Assistance Needed

Hi guys! I have zero coding experience so need help.

I followed Code Queens YouTube tutorial and managed to create separate member logins.

Now I want to create a catalog of furniture for my clients. Essentially, they will log in, see their profile and I added a button saying my portfolio.
When they click on my portfolio, they should only be able to see their catalog/orders.

Right now, both my test profiles see everything.

I need this to be personalized and coding done.

Basically, if the first name or ID matches, show them their individual catalog.

Can you help?

Hi,
If the data you wish to show to your users is on a collection that is edited by your users
you can change the collection read permission to site member author .
Now each user can only read their own added data to the collection database.

You can learn more about changing a collection permissions here:
https://support.wix.com/en/article/how-to-set-permissions-for-a-database-collection
and here is some more general information about collection permissions:

Let me know if that worked for you.
Omer.