firebase / snippets-web

Web snippets for firebase.google.com
Apache License 2.0
737 stars 241 forks source link

Add a snippet demonstrating a subcollection query. #339

Closed jlara310 closed 1 year ago

jlara310 commented 1 year ago

New users often get stuck when it comes to querying a subcollection instead of a root collection. This adds a sample that will go after this one:

https://firebase.google.com/docs/firestore/query-data/get-data#get_all_documents_in_a_collection

jlara310 commented 1 year ago

Can someone help merge this?