Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Update FirebaseHttpClient.h - New Fingerprint - US serverbase #543

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update FirebaseHttpClient.h
Update new fingerprint for firebaseio.com -US server
  • Loading branch information
SlamberGamer authored Apr 29, 2022
commit 53cd528fa2c1b86140e110042fc25cfbf9143ecc
2 changes: 1 addition & 1 deletion src/FirebaseHttpClient.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ class FirebaseHttpClient {
};

static const char kFirebaseFingerprint[] =
"03:D6:42:23:03:D1:0C:06:73:F7:E2:BD:29:47:13:C3:22:71:37:1B"; // 2020-02
"CF:6C:F8:33:A3:FB:42:4A:49:0A:E7:72:24:53:1A:11:A2:C1:34:0D"; // 2022-APRIL

#endif // FIREBASE_HTTP_CLIENT_H