my data is structured like this:
appointments
-city
- store
-month
-day
....docs
i want to query the database to search within all appointments. how do i do that?
i've tried searching firebase docs, and i didn't find any solution. its mind boggling to me that getDocs(collection(db,'appointments'))
is written under the hood in way that gives me 0 documents(to be clear he does not have any docs inside him. he has a subCollection that subCollection, there are documents)