angular / angularfire

Angular + Firebase = ❤️
https://firebaseopensource.com/projects/angular/angularfire2
MIT License
7.67k stars 2.19k forks source link

8.1.0: Firebase "Class extends value undefined is not a constructor or null" #3554

Open JGSolutions opened 2 months ago

JGSolutions commented 2 months ago

This has been reported issue on the Angular git repo but no actions will be taken as this is conflicting with angularFire

Original issue https://github.com/angular/angular-cli/issues/28038

Any new releases coming up with the proper fix?

google-oss-bot commented 2 months ago

This issue does not seem to follow the issue template. Make sure you provide all the required information.

lsharir commented 1 month ago

With angular cli 18, repro via ng new and ng add @angular/fire You will see your project is now broken when npm start-ing it.

Looks like these npm overrides resolve the issue stemming from incompatible dependencies versions between firebase and angular-devkit: https://github.com/angular/angular-cli/issues/28038#issuecomment-2240933235