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 86a70f9 commit 646df6cCopy full SHA for 646df6c
packages/firestore/src/remote/rest_connection.ts
@@ -42,7 +42,7 @@ const RPC_URL_VERSION = 'v1';
42
43
// SDK_VERSION is updated to different value at runtime depending on the entry point,
44
// so we need to get its value when we need it in a function.
45
-function getGoogApiClientValue() {
+function getGoogApiClientValue(): string {
46
return 'gl-js/ fire/' + SDK_VERSION;
47
}
48
/**
0 commit comments