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

Hello, Thanks for this amazing powerful library! I am trying to create custom key when I am sending data from nodeMCU like this: ``` var booksRef = ref.child("books"); booksRef.child('Almazi').set({ title:...

Hi, I have designed a device using ESP32 WiFi module and I have already send/receive data to/from firebase using database secret. Now I would like to use firestore and save...

Hello, when I ran example "FirebaseDemo_ESP8266" , I got a mistake as following: ` #include #include ` error message: ` C:\Users\USER\Documents\Arduino\libraries\firebase-arduino-master\src/FirebaseArduino.h:20:18: fatal error: string: No such file or directory #include...

Latest FirebaseArduino version ESP8266 board version 2.7.4 ArduinoJson version 5.13.1 I have an issue when using FirebaseArduino (in setup())with ESP8266. The Firebase connect data is definitely correct If I try...

When using stream() and the eventType is "patch" it doesnt show the "path" of the patched object. ![code](https://user-images.githubusercontent.com/35836448/37488470-fadfb97e-2894-11e8-9b3c-f87d31576018.PNG) ![putpatch](https://user-images.githubusercontent.com/35836448/37488431-dc8124cc-2894-11e8-9fbb-a1029ef460b9.PNG) Any suggestions?

bug
arduino

Hi all! I saw recently Google send me a warning saying that it could stop receiving client requests if I don't modify security rules on my realtime database. Because at...

Keeps printing a lot of garbage (I think) in the serial monitor when I call Firebase.setXXX() from the loop of any task, while when doing EXACTLY the same on a...

Hello, I have a problem with Nodemcu and Firebase. When I uploaded the code to the nodemcu, it runs without any errors. When internet connection is lost (wifi is still...

In setup() firebase gets connected but after it gets disconnected reconnect function doesnt work.

Hi This is **second** time same problem happened with firebase because change it fingerprint.. how can I solve it forever??