At this moment, when I use the Angularfire extension to call the following code:
this.db.doc(path).snapshotChanges();
Angularfire always retrieves a DocumentSnapshot with a type that is consistently "value", regardless of the actual change type. Is there a way to work around this or to actually get the change type in the latest version of Angularfire when fetching a document?
I also left a comment on a bug that was reported around a year ago, but there is one particular comment from a member that I don't fully understand. You can view it by following this link:
https://github.com/angular/angularfire2/issues/1762#issuecomment-413929560
Thank you in advance.