ReactFire reference docs / useFirestoreCollectionData
useFirestoreCollectionData<
T>(query,options?):ObservableStatus<T[]>
Defined in: src/firestore.tsx:96
Subscribe to a Firestore collection and unwrap the snapshot into an array.
T = DocumentData
Query<T>
ReactFireOptions<T[]>
ObservableStatus<T[]>