Angular: 6.0.0
Firebase: 5.0.0
AngularFire: 5.0.0-rc.7
So, Firebase Javascript SDK 5.0.0 has been released. We should update AngularFire to be compatible with [email protected].
See #1607 - Everything else is okay in angularfire2 with [email protected]
You also using Angular 6, please take a look at #1602
I get changes.forEach is not a function error with Firebase 5.0.0 or 5.0.1, with 4.13.0 there is not problem.
@JancoBH Take a look at my PR #1607 - docChanges is now a method, that's causing the error what i fixed in that PR
@paulstelzer thanks, im new with Git, I have to change it manually in my node_modules folder? or how can I implement it? I just saw the change in the firebase js release note
just wait for update and npm install angularfire2@latest --save
@JancoBH at the moment you have to manually change it in node_modules because angularfire2 does not have this change yet. As @hiepxanh said after angularfire2 releases a new version, you can update to the latest version
Fixed in angularfire2@next
Most helpful comment
Fixed in
angularfire2@next