jms icon indicating copy to clipboard operation
jms copied to clipboard

Instance overview inconsistency compared to single instance component

Open makiJS opened this issue 3 years ago • 0 comments

Mapping for instance overview module-instance/pages/instance-single/instance-single.component.ts:288

snapshots.map(it => ({
  data: it.data(),
  ref: it.ref,
  id: it.id
}))
  • [ ] Implement the same mapping for a single document firebase/fb-database.service.ts:143

makiJS avatar Sep 08 '21 12:09 makiJS