firebase-arduino
firebase-arduino copied to clipboard
Arduino samples for Firebase.
firebase.setFloat("database_name/path",variableName1); Name : ABC Age : 18 When this is executed the 1st line is executed as a create command while the 2nd line is executed as an update. How...
I have connected esp8266 with my mobile hotspot. I called Firebase.stream() .then While I turn off mobile hotspot I get firebase.failed() . but when I turn off only the mobile...
I need to store data as a HashMap it's not working fine in Firebase real-time database I need to store data in the same node as 
I am trying to connect my ESP-12E NodeMCU v1.0 to a firebase realtime database, whose values are controlled by a simple app I created in MIT App inventor. My code...
hello everyone, my code cannot connect to firebase. i used library : "https://github.com/FirebaseExtended/firebase-arduino" i tried to change fingerprint: "B6 F5 80 C8 B1 DA 61 C1 07 9D 80 42...
I have some troubles to get the integer in a variable. My firebase is like this;  if Imake getInt("Count") I get the number, but if I want the "Count"...
Hi, This PR embeds the source of ArduinoJson 5.13 so that users don't need to install it themselves. It also allows users to install a different version of ArduinoJson and...
arduinoJson v6 apis have implemented some changes in using JsonBuffer and JsonObject classes.
I have problems sending from nodemcu to firebase. I think the fingerprint is out of date. but I don't know the existence of the Firebase fingerprint. is there a solution...
fix #506