Order firebase database list

Hi guys,

I have this database on firebase

And i want order the list by the last modified, any idea?

 this.db.list('/chatRoom/' + this.uid).subscribe(data => {});