Skip to content

Commit 9ae9f16

Browse files
author
Alex Ames
committed
Fix the API client header that is sent in the user agent.
1 parent 6911397 commit 9ae9f16

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)