We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 474ae14 commit 81bdd9fCopy full SHA for 81bdd9f
src/utils/api-request.ts
@@ -818,7 +818,8 @@ export class AuthorizedHttpClient extends HttpClient {
818
const authHeader = 'Authorization';
819
requestCopy.headers[authHeader] = `Bearer ${token}`;
820
821
- // Fix issue where firebase-admin does not specify quota project that is necessary for use when utilizing human account with ADC
+ // Fix issue where firebase-admin does not specify quota project that is
822
+ // necessary for use when utilizing human account with ADC (RSDF)
823
if (!requestCopy.headers['x-goog-user-project'] && this.app.options.projectId) {
824
requestCopy.headers['x-goog-user-project'] = this.app.options.projectId
825
}
0 commit comments