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) 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