Because the npm firebase and angularfire2 packages have drastic changes I would like to use the versions used in the course for the duration of the course.
The issue is that this part is edited out of the video.
i have done trial and error for hours.
the version that works for me is :
angular : 4
firebase : 4.13.1
angularfire2 : 5.0.0-rc.3
even then i got an error in section āBuilding Real-time Apps with Firebase : chapter 6ā.
in the video it is explained that AngularFireDatabase returns observable type, but for me it actually returns AngularFireList type.