Skip to content

Commit e8e6a45

Browse files
author
Alex Ames
authored
Merge pull request #438 from firebase/bugfix/api-client-header
Fix the API client header that is sent in the user agent.
2 parents be689ab + 9ae9f16 commit e8e6a45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/app_common.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ const char* kCpuArchitecture = "x86";
164164
#endif // Operating system
165165
// clang-format=on
166166

167-
const char* kApiClientHeader = "x-goog-api-client";
167+
const char* kApiClientHeader = "x-firebase-client";
168168

169169
SystemLogger g_system_logger; // NOLINT
170170

0 commit comments

Comments
 (0)