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
Retrieve a collection with a document containing a DocumentReference through AngularFirestore.collection.snapshotChanges, and check document.docRef instanceof firebase.firestore.DocumentReference
Debug output
** Errors in the JavaScript console **
** Output from firebase.database().enableLogging(true); **
** Screenshots **
Expected behavior
docRef instanceof firebase.firestore.DocumentReference should return true
Actual behavior
docRef instanceof firebase.firestore.DocumentReference returns false, this is a regression
The text was updated successfully, but these errors were encountered:
Version info
Angular: 11.0.0
Firebase: 8.1.1
AngularFire: 6.1.1 and 6.1.2
How to reproduce these conditions
https://stackblitz.com/edit/angularfire-docref-bug?file=src/app/app.component.html
Steps to set up and reproduce
Retrieve a collection with a document containing a DocumentReference through AngularFirestore.collection.snapshotChanges, and check document.docRef instanceof firebase.firestore.DocumentReference
Debug output
** Errors in the JavaScript console **
** Output from
firebase.database().enableLogging(true);
**** Screenshots **
Expected behavior
docRef instanceof firebase.firestore.DocumentReference should return true
Actual behavior
docRef instanceof firebase.firestore.DocumentReference returns false, this is a regression
The text was updated successfully, but these errors were encountered: