From 1bc2263e7795778f3227702583e760a440c7c1eb Mon Sep 17 00:00:00 2001 From: yehiyam Date: Thu, 2 Aug 2018 22:20:43 +0300 Subject: [PATCH] Updating firebase fingerprint The fingerprint changed on 2 Aug 2018. This is the new fingerprint --- src/FirebaseHttpClient.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FirebaseHttpClient.h b/src/FirebaseHttpClient.h index 300c3d28..01d59f42 100644 --- a/src/FirebaseHttpClient.h +++ b/src/FirebaseHttpClient.h @@ -40,6 +40,6 @@ class FirebaseHttpClient { }; static const char kFirebaseFingerprint[] = - "B8 4F 40 70 0C 63 90 E0 07 E8 7D BD B4 11 D0 4A EA 9C 90 F6"; + "6F D0 9A 52 C0 E9 E4 CD A0 D3 02 A4 B7 A1 92 38 2D CA 2F 26"; #endif // FIREBASE_HTTP_CLIENT_H