Implementing Timer Functionality with [NEW] FirebaseClient Library #202
-
Hi everyone, I have a project where I am implementing a timer functionality on an ESP32/ESP8266 using the Firebase_ESP_Client library. The timer controls GPIO pins based on scheduled times retrieved from Firebase Realtime Database, with tasks scheduled using TaskScheduler. Below is a simplified version of my current setup:
I am exploring the possibility of switching to the new FirebaseClient library for improved functionality. However, I am unsure if it supports the following features:
Is it possible to implement similar timer functionality using the new FirebaseClient library? If so, could you provide guidance or examples on how to achieve this? Thank you in advance for your help! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
For using this library, you should learn the API, concept and other information that are provided by this library and try its examples first. For application, you should try it yourself first or asking for help from the community forum. You can open the issue if you found something that does not work as expected or asking the question for what you are currently trying to do and cannot find the solution. The API and concept for both new and old libraries are different, and it needs to rewrite the code because of no direct migration. |
Beta Was this translation helpful? Give feedback.
For using this library, you should learn the API, concept and other information that are provided by this library and try its examples first.
For application, you should try it yourself first or asking for help from the community forum.
You can open the issue if you found something that does not work as expected or asking the question for what you are currently trying to do and cannot find the solution.
The API and concept for both new and old libraries are different, and it needs to rewrite the code because of no direct migration.