0

I have a path in a Firebase project with a collection of things in it. Each thing has an owner property. I want to allow users to access the /things path, but they should only see the things that have their auth.uid as owner. Using security rules, I can limit the /things/$thing path to only be readable by the owner, however users can still see all things listed at /things regardless of whether or not they are the owner for each child. How do I only display a subset of the children?

RedBassett
  • 3,469
  • 3
  • 32
  • 56

0 Answers0