-->
Page 1 of 1

ESP8266 Firebase Stream function not working correctly

PostPosted: Sun Feb 17, 2019 12:38 pm
by Electric_90
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

Re: ESP8266 Firebase Stream function not working correctly

PostPosted: Thu Sep 19, 2019 10:20 am
by miku3920
same problem