angularfire icon indicating copy to clipboard operation
angularfire copied to clipboard

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

Open JGSolutions opened this issue 1 year ago • 2 comments

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?

JGSolutions avatar Jul 20 '24 01:07 JGSolutions

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

google-oss-bot avatar Jul 20 '24 01:07 google-oss-bot

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

lsharir avatar Aug 01 '24 01:08 lsharir