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
Currently, the CollectionSnapshotListener returns all the doc changes, as it should, but there is no built-in way to determine what update was performed (added, modified, removed) like the JS SDK exposes here.
Preferred solution
Attach docChanges to the snapshots to view which action was performed on each documents
Plugin(s)
Current problem
Currently, the
CollectionSnapshotListener
returns all the doc changes, as it should, but there is no built-in way to determine what update was performed (added, modified, removed) like the JS SDK exposes here.Preferred solution
Attach
docChanges
to the snapshots to view which action was performed on each documentsAlternative options
Return only the document which was updated and what change was performed on it
Additional context
I'd like to know which action was performed on which document instead of doing complicated loops to detected the change
The text was updated successfully, but these errors were encountered: