angularfire
angularfire copied to clipboard
node_modules/@angular/fire/compat/firestore/interfaces.d.ts:13:18 - error TS2430: Interface 'DocumentSnapshotExists<T>' incorrectly extends interface 'DocumentSnapshot<DocumentData>'.
Version info
Angular: 16.2.0
Firebase:
AngularFire: 7.6.1
Other (e.g. Ionic/Cordova, Node, browser, operating system):
How to reproduce these conditions
Failing test unit, Stackblitz demonstrating the problem
Steps to set up and reproduce
Sample data and security rules
Debug output
** Errors in the JavaScript console **
** Output from firebase.database().enableLogging(true);
**
** Screenshots **
Expected behavior
Actual behavior
I'm facing the same issue with angular 16 and firebase 7.6.1 version.
This is the problem and a solution that works for some: https://github.com/FirebaseExtended/rxfire/issues/88#issuecomment-1715851191
The issue is a breaking change introduced in [email protected]
no eta?