User Specific content

We have a section of our app called The Daily, where we ask users a question. This question is populated with a database and within that database is another collection called “The Daily Responses” that collets the responses of each user. This database has a one to many relationship with “The Daily” database.

In a section of the app I have created a page to view all the responses a user has submitted. I thought I set everything up correctly so that the each user can only see their own responses. That is not the case. I can see all the responses. Is it possible for each user to only see their own response? If so, how would I go about achieving that within my app?!

Any help would be appreciate!! Thank you!