You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR in node_modules/angularfire2/firebase.app.module.d.ts(10,22): error TS2720: Class 'FirebaseApp' incorrectly implements class 'FirebaseApp'. Did you mean to extend 'FirebaseApp' and inherit its members as a subclass?
Property 'automaticDataCollectionEnabled' is missing in type 'FirebaseApp'.
I get this error when i clone and run. I can fix this by installing: "@firebase/app": "^0.1.10". This has to do with the latest version of firestore I guess.
The text was updated successfully, but these errors were encountered:
I get this error when i clone and run. I can fix this by installing: "@firebase/app": "^0.1.10". This has to do with the latest version of firestore I guess.
The text was updated successfully, but these errors were encountered: