Firestore, how to combine more than 2 references to the collection at the same time
问题 I use the method described in Firestore how to get the collection value from another collection document id is referenced but i've to combinate two reference document in one time but in other collections like: cash.models.ts: import { DocumentReference } from "@angular/fire/firestore"; export class Cash { // .collection('contactors') id: string; person: DocumentReference<Workers>; contactor: DocumentReference<Contactors>; nr_dokumentu: string; kwota: number; data: string; } export class