From 6e10500a4161fffc0bd5240ef79e7e0c480d0e80 Mon Sep 17 00:00:00 2001 From: Savindu Supun Date: Fri, 16 Feb 2024 12:10:45 +0530 Subject: [PATCH 1/2] Update FirebaseHttpClient.h - Feb 2024 --- src/FirebaseHttpClient.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/FirebaseHttpClient.h b/src/FirebaseHttpClient.h index 3fc66eb4..6c24c88d 100644 --- a/src/FirebaseHttpClient.h +++ b/src/FirebaseHttpClient.h @@ -40,6 +40,8 @@ class FirebaseHttpClient { }; static const char kFirebaseFingerprint[] = - "03:D6:42:23:03:D1:0C:06:73:F7:E2:BD:29:47:13:C3:22:71:37:1B"; // 2020-02 + "0E:50:70:F6:8F:5D:B3:66:B2:37:F5:63:C5:8C:48:FE:75:1D:32:D5"; // 2024-02 +//8B:30:7C:08:62:CD:FF:07:0B:02:0D:1F:16:CB:2B:56:01:24:C7:3B for *.asia-southeast1.firebasedatabase.app +//0E:50:70:F6:8F:5D:B3:66:B2:37:F5:63:C5:8C:48:FE:75:1D:32:D5 for *.us-central1.firebasedatabase.app #endif // FIREBASE_HTTP_CLIENT_H From 41adf68013c036fa90743984f20e740aa4565241 Mon Sep 17 00:00:00 2001 From: Savindu Supun Date: Fri, 16 Feb 2024 12:15:16 +0530 Subject: [PATCH 2/2] Add instructions for handling fingerprint errors in README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 62836a1f..dc2b6b57 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,10 @@ If you maintain a fork of this repository that you believe is healthier than the - ESP8266 Core SDK. We recommend using officially tagged releases and it should be at least [2.4.1](https://github.com/esp8266/Arduino/tree/2.4.1) +## Note for Handling Fingerprint Errors + +If you encounter a fingerprint error, you can update the fingerprint in the `FirebaseHttpClient.h` file located at `Documents > Arduino > libraries > FirebaseArduino > src > FirebaseHttpClient.h`. Update the fingerprint to the latest one by visiting [this link](https://www.grc.com/fingerprints.htm). + ## Disclaimer *This is not an official Google product*.