Problem using dataChanged block in firebase

When using dataChanged block in firebase at initial time it executes the block for every tag available in my given firebase project bucket.

Please someone help.

Thats normal.Because of that your firebase will be slow if you have a lot of data inside because each time if someone writes in the database, the block downloads the whole database.

Actually it only does it at initializing the screen. Once the screen is initialized then it only updates when there is a update. But what is the solution to this problem?

1 Like

I also have this issue. it should execute when Data is Changed/Edited Right? it is working like GetValue block that is called upon screen initial for now. any solution?

1 Like

yes exactly but what is the solution to that problem??