ERROR in ./node_modules/@angular/fire/performance/performance.module.js
Module not found: Error: Can't resolve 'firebase/perf'
You'll need to be upgrade to Firebase JS SDK 6.0
I already used Firebase JS SDK 6.0 and still get the same error.
Shouldn't the import statement in:
be changed to:
import 'firebase/performance';
I already used Firebase JS SDK 6.0 and still get the same error.
Shouldn't the import statement in:
be changed to:
import 'firebase/performance';
same
You'll need to be upgrade to Firebase JS SDK 6.0
be changed to:
import 'firebase/performance';
Ah, looks like it changed last beta release. I'll patch it up in the next candidate.
A fix was included in the last beta @angular/fire@next.
Most helpful comment
I already used Firebase JS SDK 6.0 and still get the same error.
Shouldn't the import statement in:
https://github.com/angular/angularfire2/blob/performance_monitoring/src/performance/performance.module.ts#L4
be changed to:
import 'firebase/performance';