Skip to content

Firebase get doc ID that is nested several branches up

I am trying to search for all documents that contain a field, this field is contained in many documents. It’s a UID for users. I am trying to find all documents which contain a certain UID. Given the following struct: projects > aa (or bb or cc etc many here) > projectTickets > someDocID (which…