FirebaseExtended / firebase-arduino

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

.FirebaseArduino library is down #477

Closed Sangeethshravan97 closed 4 years ago

Sangeethshravan97 commented 4 years ago

FirebaseArduino library is not working...... I'm not able to receive as well write into firebase from arduino Nodemcu 8266

aldijbi18 commented 4 years ago

Since 28/2/2020 at 19.00 GMT+7 I can't receive and transmit data form my D1 Mini board with ESP8266 uC too. It's my final project to complete my study. I'm so confused :V

blurem23 commented 4 years ago

Same here. My Code was working well, last week on the 23rd it was still working. now all of a sudden it is not reading and writing to firebase. please anyone know why?

aldijbi18 commented 4 years ago

Try this https://github.com/FirebaseExtended/firebase-arduino/issues/476#issuecomment-591931886

Sangeethshravan97 commented 4 years ago

guys it's working for me. all you have to do is replace the firebase finger print

I used this website https://www.grc.com/fingerprints.htm type in your fireabase host "test.firebaseio.com" and get the new fingerprint.

Then Go to "Arduino/libraries/firebase-arduino-master/src/FirebaseHttpClient.h" and replace it with the new one

the fingerprint will be like "xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:" note : do not delete (:)

BaraiSimal commented 4 years ago

Changing fingerprint worked for me

marlonleandro commented 4 years ago

Excelente aporte @Sangeethshravan97. Me sirvió mucho!