Skip to content

Commit 08bed6b

Browse files
authored
Merge pull request #1 from firebase/master
pull updates
2 parents c9496bd + e6445d1 commit 08bed6b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Firebase.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ FirebasePush::FirebasePush(const std::string& host, const std::string& auth,
174174
}
175175
}
176176

177-
// FirebasePush
177+
// FirebaseRemove
178178
FirebaseRemove::FirebaseRemove(const std::string& host, const std::string& auth,
179179
const std::string& path,
180180
FirebaseHttpClient* http)

src/FirebaseHttpClient.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ class FirebaseHttpClient {
3838
};
3939

4040
static const char kFirebaseFingerprint[] =
41-
"9A E1 A3 B7 88 E0 C9 A3 3F 13 72 4E B5 CB C7 27 41 B2 0F 6A";
41+
"B8 4F 40 70 0C 63 90 E0 07 E8 7D BD B4 11 D0 4A EA 9C 90 F6";
4242

4343
#endif // FIREBASE_HTTP_CLIENT_H

0 commit comments

Comments
 (0)