Les valeurs angulaires obtiennent ID

ngOnInit() {
  this.myEventList = this.firestore
    .collection('eventList')
    .valueChanges({ idField: 'eventId' });
}
Grumpy Grebe