Encountering an issue during a fresh installation of Angular 7.2 and Firebase, specifically getting this error:
ERROR in node_modules/@angular/fire/firebase.app.module.d.ts(17,22): error TS2420: Class 'FirebaseApp' incorrectly implements interface 'App'.
Property 'performance' is missing in type 'FirebaseApp' but required in type 'App'.
Experimented with different versions of @angular/fire and firebase, yet unable to discover a successful pairing.
Listing the contents of current package.json :
{
"name": "my-app",
"version": "0.0.0",
...
}
Seeking insights from anyone who has encountered a similar error. Searching online doesn't yield results related to the 'performance' property. Any suggestions?