From 38137379d4cb54818bd89f71720b47a50ce97cfc Mon Sep 17 00:00:00 2001 From: TrickSumo Date: Sun, 6 Jun 2021 10:26:34 +0530 Subject: [PATCH] Update FirebaseHttpClient.h SSL fingerprint update --- src/FirebaseHttpClient.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/FirebaseHttpClient.h b/src/FirebaseHttpClient.h index 3fc66eb4..6d3cd364 100644 --- a/src/FirebaseHttpClient.h +++ b/src/FirebaseHttpClient.h @@ -40,6 +40,7 @@ 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 + + "03:9E:4F:E6:83:FC:40:EF:FC:B2:C5:EF:36:0E:7C:3C:42:20:1B:8F"; // 2021-06 #endif // FIREBASE_HTTP_CLIENT_H