I’m trying to make a automation that when a button is pressed, it will automatically write that data to Firebase Realtime Database.
Hi. I’ve searched a lot about this but haven’t found any information about it. I’d also like to know how to do it.
I actually was able to figure it out. There is a node red add on for Firebase and then I made 2 text helpers for the path, and the payload, and had node red look for changes in either of them. If you need any help with setting that up let me know.
Hello. Can you share the link to add on? And some exemples?
Thanks.
Hi, super sorry for the long response time.
The node red add on is called “node-red-contrib-firebase”
The picture is what I’m doing in node red, I just have it looking for changes in either and then getting both states and writing it to firebase, I’m sure its not the most efficient way, but it works for me.
Let me know if you need anything else.