We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff28db5 commit 02d6f43Copy full SHA for 02d6f43
packages/firestore/src/platform/node/grpc_connection.ts
@@ -55,11 +55,11 @@ function createMetadata(
55
}
56
57
58
- metadata.set('x-firebase-gmpid', appId);
59
- metadata.set('x-goog-api-client', X_GOOG_API_CLIENT_VALUE);
+ metadata.set('X-Firebase-GMPID', appId);
+ metadata.set('X-Goog-Api-Client', X_GOOG_API_CLIENT_VALUE);
60
// This header is used to improve routing and project isolation by the
61
// backend.
62
- metadata.set('google-cloud-resource-prefix', databasePath);
+ metadata.set('Google-Cloud-Resource-Prefix', databasePath);
63
return metadata;
64
65
0 commit comments