Data changed Firebase

Hi everybody

Just a little question :
does deleting a tag in firebase triggers data changed event ?
I have the impression that no
Am i wrong ?

Regards

From the documentation:

DataChanged( tag , value )

Indicates that the data in the Firebase has changed. Launches an event with the tag and value that have been updated.

hi

i have already used the firebase data changed block in others app
in ithis one it works when i append one item i can see it in the data base then in a listview
on the other hand when i want to delete it je le supprime de la base données but it doesn’t seem to trigger anything for now I got around this failure using a timer

regards

There is no value to return, so “no data changed…”

You should know which tag you are deleting, so you can use that info instead ?