RTDB Stream
#472
Replies: 1 comment
-
This is because the type of data changed at that node is not Boolean. During test, you should use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Need a bit of guidance on the library please. I currently have a few GPIO's that I can toggle via Firebase working no problem.
Code blocks are just snippets, I have built the rest using the examples.
I would like to know what would be the best way to use boolean and strings to update a variable, this is what I have tried
I see the traffic coming into the ESP32 but it does not update the variable for some reason, any ideas on what I am missing or should rather do?
I can also use an int for the same effect but not sure how to separate the GPIO and other functions I am trying to make.
Beta Was this translation helpful? Give feedback.
All reactions