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
The firebase-firestore-mixin strips away the snapshots, only returning the data.
In my case, I want to fetch subcollections and need the path of a document which I could get from the snapshot.
Description
The firebase-firestore-mixin strips away the snapshots, only returning the data.
In my case, I want to fetch subcollections and need the path of a document which I could get from the snapshot.
Expected outcome
So I can get the
path
via__snap__.ref.path
Actual outcome
The text was updated successfully, but these errors were encountered: