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
I'm currently attempting to get the snapshot for a collection query and document, but the ignoreFirestoreDocumentSnapshotField parameter seems to have no effect.
No matter what the ignoreFirestoreDocumentSnapshotField parameter is set to, the __snapshot remains undefined on the returned data. Though the example provided above is a subcollection, I observe the same behavior on individual documents that are not in a subcollection.
I am using the latest 0.16 version of swr-firestore and Firebase 8.
The text was updated successfully, but these errors were encountered:
I'm currently attempting to get the snapshot for a collection query and document, but the
ignoreFirestoreDocumentSnapshotField
parameter seems to have no effect.Example:
No matter what the
ignoreFirestoreDocumentSnapshotField
parameter is set to, the__snapshot
remains undefined on the returned data. Though the example provided above is a subcollection, I observe the same behavior on individual documents that are not in a subcollection.I am using the latest 0.16 version of swr-firestore and Firebase 8.
The text was updated successfully, but these errors were encountered: