Replies: 5 comments 5 replies
-
The latest AngularFire requires Firebase JS SDK v9.1+, update the dependency and it should start working. |
Beta Was this translation helpful? Give feedback.
-
I have the same problem when upgrading to angular v14, ./node_modules/@angular/fire/fesm2015/angular-fire.js:16:98-109 - Error: export 'isSupported' (imported as 'isSupported') was not found in 'firebase/analytics' (module has no exports) |
Beta Was this translation helpful? Give feedback.
-
Hi, I was successful with this problem after removing the 'node_modules' folder, and running the 'npm install' and 'npm update --force' commands. package.json: |
Beta Was this translation helpful? Give feedback.
-
I recently got the same problem with angular@16, [email protected], @angular/[email protected] Deleting |
Beta Was this translation helpful? Give feedback.
-
For anyone else trying to get AngularFire 7.6.1 to play nicely with Firebase, you need to install 9.8.1 specifically:
Do not copy the semver from AF's package.json, which looks like this:
The above will install the latest version 9, currently 9.23.0, which is not compatible with AF 7.6.1. Firebase 9.8.0 contains typings issues that will prevent you from compiling. Later 9.x versions of Firebase may work, but I can confirm that 9.8.1 is compatible. |
Beta Was this translation helpful? Give feedback.
-
Hi,
I installed the angularfire master on my localhost.
At which point, I get:
opening
http://localhost:4200/
yieldsCannot GET /
Any suggestions on how to run the samples would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions