I have the following code:
//Loop: For each user ID/Role ID, get the data userMeta.forEach((businessRole) => { Observable.forkJoin( af.database.obje
I had the same issue and I could not really get the forkJoin operator work, so I just used the combineLatest, which has worked!
forkJoin
combineLatest