angularfire icon indicating copy to clipboard operation
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>'.

Open abhijitgayen opened this issue 1 year ago • 4 comments

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

Screenshot 2023-09-17 at 8 23 33 PM

Actual behavior

abhijitgayen avatar Sep 17 '23 14:09 abhijitgayen

I'm facing the same issue with angular 16 and firebase 7.6.1 version.

nrauf90 avatar Oct 04 '23 18:10 nrauf90

This is the problem and a solution that works for some: https://github.com/FirebaseExtended/rxfire/issues/88#issuecomment-1715851191

rgant avatar Oct 04 '23 20:10 rgant

The issue is a breaking change introduced in [email protected]

spock123 avatar Oct 14 '23 10:10 spock123

no eta?

SkyTekDev avatar Feb 17 '24 00:02 SkyTekDev