DEV Community

Discussion on: Flutter Web: Firestore CRUD

Collapse
 
jooaos profile image
João Victor

Hi, how can I get a subcollection whith this method?

Collapse
 
happyharis profile image
happyharis

firestore.collection('names').doc('111').collection('links')

Collapse
 
jooaos profile image
João Victor

Sorry, I didn't explain it well. In my application I have a list, a list as if it were from your linktree application. Each item in the list has its subcollections, and I want to click on the item to bring up a new screen with subcollections. If I use as you answered here, I will always have the same values ​​as the subcollection

Thread Thread
 
happyharis profile image
happyharis