Skip to content

Commit 81bdd9f

Browse files
authored
Update api-request.ts
1 parent 474ae14 commit 81bdd9f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/utils/api-request.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -818,7 +818,8 @@ export class AuthorizedHttpClient extends HttpClient {
818818
const authHeader = 'Authorization';
819819
requestCopy.headers[authHeader] = `Bearer ${token}`;
820820

821-
// Fix issue where firebase-admin does not specify quota project that is necessary for use when utilizing human account with ADC
821+
// Fix issue where firebase-admin does not specify quota project that is
822+
// necessary for use when utilizing human account with ADC (RSDF)
822823
if (!requestCopy.headers['x-goog-user-project'] && this.app.options.projectId) {
823824
requestCopy.headers['x-goog-user-project'] = this.app.options.projectId
824825
}

0 commit comments

Comments
 (0)