Firebase data changes and appears in the app

when I change the data in the firebase via firebase directly why in the data application does not change?

Changing or deleting a tag directly from firebase doesn’t trigger when data change in app. Changes will be seen next time you call data from app. Only when changes made by the app shown immediately

then how to have data that changes in the fire base …

Have you used when data changed block in app?

I already know how, but it’s got to be my fault I’m making a lot of firebase components.

That’s the problem. Also firebase project also must be matched else, you will not get it.

Actually I was wrong, deleting a tag directly in firebase doesn’t automatically shows in app