FirebaseExtended / firebase-arduino

Arduino samples for Firebase.
Apache License 2.0
945 stars 494 forks source link

i am getting response from firebase-Arduino streaming after 30 sec #490

Open saadmustafa12 opened 4 years ago

saadmustafa12 commented 4 years ago

I want to start .stream forever each 3 seconds in a loop. Please tell me that how can i do this. I want to this because i am controlling my hardware lock on the basis of current state of lock in firebase realtime database. I want to get the state of lock from firebase database immediately when it changes... But i get value from database after 30sec in a loop... Please help me solve this issue... I am a new bie to this community. Sorry if a asked something wrong.. Waiting for your help.... @proppy

ipoogleduck commented 3 years ago

Hi I have this same problem. Did you ever find a solution?

saadmustafa12 commented 3 years ago

Hi I have this same problem. Did you ever find a solution?

Which Hardware you are using?

ipoogleduck commented 3 years ago

I'm using an ESP8266 with an Arduino Uno

saadmustafa12 commented 3 years ago

I'm using an ESP8266 with an Arduino Uno

This library is no longer supported so i suggest you to Move to the Firebase ESP-Client library it is the latest one and perfect library for ES8266...

ipoogleduck commented 3 years ago

Ok thanks for letting me know!