-
Hi, am i missing something? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Your requirement is unclear. That function is not for what you think. You should set the buffer large enough for your data to prevent SSL reading error (read timed out). |
Beta Was this translation helpful? Give feedback.
-
Instead of polling read using get, you can use stream for watching the data changes. |
Beta Was this translation helpful? Give feedback.
Your requirement is unclear.
That function is not for what you think.
https://firebase.google.com/docs/reference/rest/database#section-param-timeout
You should set the buffer large enough for your data to prevent SSL reading error (read timed out).
Firebase-ESP-Client/examples/RTDB/Basic/Basic.ino
Line 123 in 51a6625