-
As someone new to IoT, I'm currently tackling a project with ESP32 and Firebase. I'm encountering some difficulties in fetching a JSON object from a collection in the Realtime Database and incorporating it into my project. Could you kindly confirm if this is achievable? If so, I would greatly appreciate any assistance you could provide in this matter. Thank you very much. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
This library provides the complete feature examples that provided by Firebase Realtime database REST APIs. You have to describe in detail for what you've done, what is the error and what is your expectation with the example code. |
Beta Was this translation helpful? Give feedback.
It should be event-driven application in embedded application instead of polling read plenty of data every 1 second.
In the Firebase Realtime database, you should learn why Google uses the word
"Realtime"
in its product.And learn how to use it in
"Realtime"
as it was claimed in its features.