ReactFire reference docs / useFirestoreCollection
useFirestoreCollection<
T>(query,options?):ObservableStatus<QuerySnapshot<T,DocumentData>>
Defined in: src/firestore.tsx:86
Subscribe to a Firestore collection
T = DocumentData
Query<T>
ReactFireOptions<T[]>
ObservableStatus<QuerySnapshot<T, DocumentData>>