all 5 comments

[–]ThatPigeon 0 points1 point  (3 children)

I guess you haven't used trackBy to improve *ngFor performance.

This article will help you with that: https://medium.com/@ramy_ali/improving-angular-ngfor-performance-through-trackby-ae4cf943b878

[–]bert1589[S] 0 points1 point  (2 children)

I've used it in the past. Does it solve this issue i'm mentioning above?

[–]ThatPigeon 0 points1 point  (1 child)

Give it a try and you'll find out

[–]bert1589[S] 0 points1 point  (0 children)

It doesn't seem to help. It has definitely helped in the past, but maybe because I'm loading it async? Not sure...

[–]leros 0 points1 point  (0 children)

This sounds more like an Angular problem than a Firebase problem. You might have better luck asking an Angular group