From a23fb4e0a15e554e401150e25fc742f6a302b4c7 Mon Sep 17 00:00:00 2001 From: Raemond Bergstrom-Wood Date: Fri, 18 Aug 2017 09:48:43 -0700 Subject: [PATCH] updated the firebase sha1 fingerprint. --- src/FirebaseHttpClient.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FirebaseHttpClient.h b/src/FirebaseHttpClient.h index 951e7ebf..055699c7 100644 --- a/src/FirebaseHttpClient.h +++ b/src/FirebaseHttpClient.h @@ -38,6 +38,6 @@ class FirebaseHttpClient { }; static const char kFirebaseFingerprint[] = - "9A E1 A3 B7 88 E0 C9 A3 3F 13 72 4E B5 CB C7 27 41 B2 0F 6A"; + "B8 4F 40 70 0C 63 90 E0 07 E8 7D BD B4 11 D0 4A EA 9C 90 F6"; #endif // FIREBASE_HTTP_CLIENT_H