Chat freely about anything...

User avatar
By Electric_90
#80607 I am working with ESP8266 and Firebase-Arduino library. I am trying to use the stream function but I am facing a problem with Firebase.available().

I know that Firebase.available() returns a true value whenever a change occurs on the real time database. But in my case it returns a true value every 30 seconds irrespective of the change has taken place or not.

- Is this normal?
- If not then how to fix it?

I am using the example code provided for FirebaseStream

Link to the library :- https://github.com/FirebaseExtended/firebase-arduino
Link to the code :- https://github.com/FirebaseExtended/firebase-arduino/blob/master/examples/FirebaseStream_ESP8266/FirebaseStream_ESP8266.ino