FirebaseExtended / firebase-arduino

Arduino samples for Firebase.
Apache License 2.0
943 stars 494 forks source link

FirebaseExtended / firebase-arduino not working #506

Open paxsipornax opened 3 years ago

paxsipornax commented 3 years ago

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

Junaidraza75 commented 3 years ago

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

paxsipornax commented 3 years ago

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

Junaidraza75 commented 3 years ago

Thank You it is working

Junaidraza75 commented 3 years ago

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

rantanplan85 commented 3 years ago

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.

paxsipornax commented 3 years ago

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

whatdtech commented 2 years ago

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 commented 2 years ago

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

rantanplan85 commented 2 years ago

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?

whatdtech commented 2 years ago

May be months

mohsinrex12 commented 2 years ago

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

M-Mubashir674 commented 1 year ago

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.