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