This repository was archived by the owner on Mar 17, 2025. It is now read-only.
This repository was archived by the owner on Mar 17, 2025. It is now read-only.
Calling $save does not trigger a $watch event #368
Closed
Description
When we call $save
on a local object, we push the current value to the server. If a change occurs, then a child_changed event will be triggered. However, because the data will already be set locally, no change will occur, and therefore neither $FirebaseArray
nor $FirebaseObject
will trigger a $watch event after. Consider sending notifications for these?