From 53cd528fa2c1b86140e110042fc25cfbf9143ecc Mon Sep 17 00:00:00 2001 From: Faiz Fauzi Date: Sat, 30 Apr 2022 03:04:49 +0800 Subject: [PATCH] Update FirebaseHttpClient.h Update new fingerprint for firebaseio.com -US server --- src/FirebaseHttpClient.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FirebaseHttpClient.h b/src/FirebaseHttpClient.h index 3fc66eb4..9d5d5dad 100644 --- a/src/FirebaseHttpClient.h +++ b/src/FirebaseHttpClient.h @@ -40,6 +40,6 @@ 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 + "CF:6C:F8:33:A3:FB:42:4A:49:0A:E7:72:24:53:1A:11:A2:C1:34:0D"; // 2022-APRIL #endif // FIREBASE_HTTP_CLIENT_H