How do i update the list after i delete an item from that list with Firebase?
i do an ngFor on a list and i show a table with multiple recordings. I have in my ts two methods, one for getAll and one for delete which are listed bellow: HTML: <tr *ngFor="let value of imagesList"> <td…