Get firebase data in folder firebase when data change

Hi, i have a problem in getting data when data got changed in firebase realtime database.
I want to get the temp data when data is changing, but it’s seems can’t work if the data in folder.
Sorry for my bad english.

1 Like

You need to first create a database listener from the blocks and make the key whatever you want to watch for then you can track the change and perform any action required.