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 following events are triggered when data is updated:
dataUpdated when data changes
dataUpdatedWithPatchSet has a payload with a patch set of changed that has happened to the data
dataUpdated and dataUpdatedWithPatchSet will only trigger on remote changes, if you want to listen to all changes (including local) append * to the event: dataUpdated* and dataUpdatedWithPatchSet*.