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

using the official esp32 arduino core: https://github.com/espressif/arduino-esp32

feature
core

This adds the update method and adds the ability to read error object directly to handle the error. Also fixes an address comparison to string.

Update fingerprint for June 2022

For anyone facing this issue, you can get the latest fingerprint by yourself by following this step: 1. Go to your firebase console and copy your project name 2. Temporarily...

I have changed the kfirebase fingerprint to latest one 2022

The library that works on 14.01.2021 does not work on 15.01.2021 I did not change anything I created and tried different databases but it did not work. Please help, how...

Help! The latest fingerprint code is not working "A8:A8:80:98:5B:C1:2F:97:33:BB:C4:15:C0:48:20:B7:28:87:01:68"; // 2022-06

For RTDBs, based on eu server, this fingerprint worked like a charm, updated on the `FirebaseHttpClient.h` file: > **EA:38:1E:A4:C8:07:1F:1D:A5:60:1B:FE:E0:72:2E:41:EA:0E:58:80** Might expire at the end of this month, but use this...

Had issues with the previous fingerprint and had to update (/src/FirebaseHttpClient.h) it to : CF:6C:F8:33:A3:FB:42:4A:49:0A:E7:72:24:53:1A:11:A2:C1:34:0D. To generate the latest fingerprint use : https://www.grc.com/fingerprints.htm (Enter your database url).

ResolveLibrary(ArduinoJson.h)sketch_may09a:5:10: fatal error: ArduinoJson.h: No such file or directory -> candidates: [[email protected] [email protected]] 5 | #include | ^~~~~~~~~~~~~~~ Multiple libraries were found for "ArduinoJson.h" compilation terminated. Used: C:\Users\Daniel\OneDrive\מסמכים\Arduino\libraries\ArduinoJson Not used:...