FirebaseExtended / firebase-arduino

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

Fingerprint not updated #545

Open DanielBustillos opened 2 years ago

DanielBustillos commented 2 years ago

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).

getsalmanhere commented 2 years ago

Still the Serial monitor shows the same error: if (Firebase.failed()) {

Serial.print("pushing /logs failed:"); Serial.println(Firebase.error()); return; It Shows "pushing /logs failed"

DanielBustillos commented 2 years ago

why do you think that the fingerprint causes the problem?

Anyways, it is possible that the fingerprint has changed since my comment. Yo can get the new one at https://www.grc.com/fingerprints.htm (Enter your database url).