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 b95a71c commit 58367e1Copy full SHA for 58367e1
packages/firestore/src/remote/rest_connection.ts
@@ -101,8 +101,7 @@ export abstract class RestConnection implements Connection {
101
this.modifyHeadersForRequest(headers, authToken, appCheckToken);
102
103
const { host } = new URL(url);
104
- const forwardCredentials =
105
- isCloudWorkstation(host);
+ const forwardCredentials = isCloudWorkstation(host);
106
return this.performRPCRequest<Req, Resp>(
107
rpcName,
108
url,
0 commit comments