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

FirebaseExtended / firebase-arduino not working

Open paxsipornax opened this issue 4 years ago • 12 comments

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 to fix it

paxsipornax avatar Jan 15 '21 20:01 paxsipornax

Please Help this issue My nodeMCU is not sent data in firebase real-time database

Junaidraza75 avatar Jan 26 '21 19:01 Junaidraza75

Please Help this issue My nodeMCU is not sent data in firebase real-time database

"03: 9E: 4F: E6: 83: FC: 40: EF: FC: B2: C5: EF: 36: 0E: 7C: 3C: 42: 20: 1B: 8F" in the file path. change C:\Users\pcname\Documents\Arduino\libraries\firebase-arduino-master\src FirebaseHttpClient

paxsipornax avatar Jan 26 '21 19:01 paxsipornax

Thank You it is working

Junaidraza75 avatar Jan 26 '21 19:01 Junaidraza75

Sir can you help to set sensor data in the firebase. firebase create unique key every value I need only on key and update value in one unique key

Junaidraza75 avatar Jan 26 '21 21:01 Junaidraza75

Please Help this issue My nodeMCU is not sent data in firebase real-time database

"03: 9E: 4F: E6: 83: FC: 40: EF: FC: B2: C5: EF: 36: 0E: 7C: 3C: 42: 20: 1B: 8F" in the file path. change C:\Users\pcname\Documents\Arduino\libraries\firebase-arduino-master\src FirebaseHttpClient

Hey All! Is there a new fingerprint? my code does not work anymore without any changes.

rantanplan85 avatar Jul 07 '21 16:07 rantanplan85

Please Help this issue My nodeMCU is not sent data in firebase real-time database

"03: 9E: 4F: E6: 83: FC: 40: EF: FC: B2: C5: EF: 36: 0E: 7C: 3C: 42: 20: 1B: 8F" in the file path. change C:\Users\pcname\Documents\Arduino\libraries\firebase-arduino-master\src FirebaseHttpClient

Hey All! Is there a new fingerprint? my code does not work anymore without any changes.

hello, we recommend you to use the library in the link, you can do this with a small change in your code. It also supports esp32 which is 32bit at the same time.

https://github.com/mobizt/Firebase-ESP-Client

paxsipornax avatar Jul 07 '21 17:07 paxsipornax

After the strive of whole day long, at last I reached to solution that the file "FirebaseHttpClient.h" had a problem. (C:\Users\XXXXX\Documents\Arduino\libraries\firebase-arduino-master\src )

Just change the fingerprint in "static const char kFirebaseFingerprint[]" to another one [without : ] . You can find one for yours here"https://www.grc.com/fingerprints.htm". Just scroll down and put your firebase host (ie. https://xxxxxxx.firebaseio.com/) here.

found same kinda problem here "#236"

whatdtech avatar Jul 13 '21 12:07 whatdtech

New fingerprint is "50:89:50:57:90:1F:37:E3:B8:F3:5B:02:ED:3A:65:6E:6A:34:DB:93";

whatdtech avatar Jul 13 '21 12:07 whatdtech

After the strive of whole day long, at last I reached to solution that the file "FirebaseHttpClient.h" had a problem. (C:\Users\XXXXX\Documents\Arduino\libraries\firebase-arduino-master\src )

Just change the fingerprint in "static const char kFirebaseFingerprint[]" to another one [without : ] . You can find one for yours here"https://www.grc.com/fingerprints.htm". Just scroll down and put your firebase host (ie. https://xxxxxxx.firebaseio.com/) here.

found same kinda problem here "#236"

Thank you very much! This works. How long are these fingerprints valid?

rantanplan85 avatar Jul 19 '21 14:07 rantanplan85

May be months

whatdtech avatar Jul 19 '21 16:07 whatdtech

Hi, I have a problem integrating firebase with sim808. Firebase giving error #include string?

mohsinrex12 avatar Jan 25 '22 07:01 mohsinrex12

I have also issues of fingerprint and i solved it by getting fingerprint from https://www.grc.com/fingerprints.htm site. And if still issue persist then you can give only single parameter to Firebase.begin(Firebase_host) method.

M-Mubashir674 avatar Sep 10 '22 23:09 M-Mubashir674