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 e1af48d commit 8528830Copy full SHA for 8528830
packages/firestore/src/platform/node/grpc_connection.ts
@@ -65,7 +65,7 @@ function createMetadata(
65
// released with cl/428820046. Currently blocked because Emulators are now built with Java
66
// 11 from Google3.
67
metadata.set('Google-Cloud-Resource-Prefix', databasePath);
68
- metadata.set('X-Goog-Request-Params', databasePath);
+ metadata.set('x-goog-request-params', databasePath);
69
return metadata;
70
}
71
0 commit comments