Home > @firebase/firestore > / > QuerySnapshot > query
QuerySnapshot.query property
The query on which you called get
or onSnapshot
in order to get this QuerySnapshot
.
Signature:
readonly query: Query<T>;
Home > @firebase/firestore > / > QuerySnapshot > query
The query on which you called get
or onSnapshot
in order to get this QuerySnapshot
.
Signature:
readonly query: Query<T>;