Home > @firebase/firestore > / > QuerySnapshot > docs
QuerySnapshot.docs property
An array of all the documents in the QuerySnapshot
.
Signature:
get docs(): Array<QueryDocumentSnapshot<T>>;
Home > @firebase/firestore > / > QuerySnapshot > docs
An array of all the documents in the QuerySnapshot
.
Signature:
get docs(): Array<QueryDocumentSnapshot<T>>;