Home > Enterprise >  Fetching specific document from all users from firebase/firestore
Fetching specific document from all users from firebase/firestore

Time:09-21

This my firestore structure enter image description here

If the UID is unique to each user, you will have to fetch each user's array of documents. Otherwise, you can do a Collection Group Query in the "rent" folder for your users uid or specific field values

  • Related