So im building an app where im storing a list of exercises that a user selects into a firestore database. However, currently whenever every user has access to all the workouts made. I want to make it so that an user only has access to the workouts they have made? How would that be possible?
I have tried finding a solution to this online but i can not find anything about it.