in utils/metadata.js [23:27]
export async function fetchProjectId() {
// Use the 'google-auth-library' to make a request to the metadata server or
// default to Application Default Credentials in your local environment.
return await auth.getProjectId();
}