I have been working on a arduino project based on firebase real time database. My task is to monitor change in values of KEYS . I am able to read KEYS from arduino but to do this I am reading KEYS in a loop but this increases my data traffic, which I dont want to do( Google gives 10 GB of free data for RTDB). I want this process in such a way that whenever there will be change in KEY'S value firebase should inform my controller that values have been changed . By doing this I can avoid reading KEY again and again and this way I can save Data traffic. Please help me if there is any efficient way to get to know change in KEYs values.