UNPKG

voluptasmollitia

Version:
14 lines (8 loc) 461 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@firebase/firestore](./firestore.md) &gt; [/](./firestore_.md) &gt; [QuerySnapshot](./firestore_.querysnapshot.md) &gt; [docs](./firestore_.querysnapshot.docs.md) ## QuerySnapshot.docs property An array of all the documents in the `QuerySnapshot`<!-- -->. <b>Signature:</b> ```typescript get docs(): Array<QueryDocumentSnapshot<T>>; ```