Using firebase for a small messaging app. Using .on("child_added")
functions which also work fine.
The issue is when the app is run, this function fires for all previous children and then stops.
Why does this behavior occur and how can we stop it?