From 6072f19af9da623a28936ef2a3934f29172947cb Mon Sep 17 00:00:00 2001 From: Kevin Lee Date: Wed, 8 Feb 2017 22:39:40 -0700 Subject: [PATCH 1/2] Fixed a code comment --- src/Firebase.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Firebase.cpp b/src/Firebase.cpp index 95cbecc8..b3d72d32 100644 --- a/src/Firebase.cpp +++ b/src/Firebase.cpp @@ -174,7 +174,7 @@ FirebasePush::FirebasePush(const std::string& host, const std::string& auth, } } -// FirebasePush +// FirebaseRemove FirebaseRemove::FirebaseRemove(const std::string& host, const std::string& auth, const std::string& path, FirebaseHttpClient* http) From a23fb4e0a15e554e401150e25fc742f6a302b4c7 Mon Sep 17 00:00:00 2001 From: Raemond Bergstrom-Wood Date: Fri, 18 Aug 2017 09:48:43 -0700 Subject: [PATCH 2/2] 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