firebase-arduino icon indicating copy to clipboard operation
firebase-arduino copied to clipboard

Arduino samples for Firebase.

Results 101 firebase-arduino issues
Sort by recently updated
recently updated
newest added
trafficstars

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 ![2 -Firebase-Realtime-Database-Test-image](https://user-images.githubusercontent.com/9920545/114281454-1e801c80-9a47-11eb-9da5-85dc831f390e.png)

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; ![image](https://user-images.githubusercontent.com/8862466/48042842-153d4800-e149-11e8-85bd-b1842bc6d984.png) 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...