Skip to content

Commit 02d6f43

Browse files
Snakecase
1 parent ff28db5 commit 02d6f43

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/firestore/src/platform/node/grpc_connection.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@ function createMetadata(
5555
}
5656
}
5757
}
58-
metadata.set('x-firebase-gmpid', appId);
59-
metadata.set('x-goog-api-client', X_GOOG_API_CLIENT_VALUE);
58+
metadata.set('X-Firebase-GMPID', appId);
59+
metadata.set('X-Goog-Api-Client', X_GOOG_API_CLIENT_VALUE);
6060
// This header is used to improve routing and project isolation by the
6161
// backend.
62-
metadata.set('google-cloud-resource-prefix', databasePath);
62+
metadata.set('Google-Cloud-Resource-Prefix', databasePath);
6363
return metadata;
6464
}
6565

0 commit comments

Comments
 (0)