I have problems with a chat I'm doing with angle 5 and firebase, I show the messages with the ngFor send them to me randomly.
<div class="alert alert-{{item.color}} mt-2" role="alert" *ngFor="let item of items">
{{item.user}} dice: {{item.name}}
link of the chat: link