querydocumentsnapshot why does it always exist code example
Example: querydocumentsnapshot
A QueryDocumentSnapshot contains data read from a document
in your Firestore database as part of a query.
The document is guaranteed to exist and its data can be
extracted with .data() or .get(<field>) to get a specific field.