Closed
Description
App
BSP Solo Migration - 9/2/2024, 7:40 PM
Summary:
Still Not Fixed: Outdated Firebase Admin SDK
Details:
The previous issue, #15033, did not get fixed by the PR's and commits that purported to do so. We still get this every day:
`
Error
Credential implementation provided to initializeApp() via the "credential" property failed to fetch a valid Google OAuth2 access token with the following error: "The incoming JSON object does not contain a client_email field".
Details
at null.null (/pipedream/dist/code/dca91ca86b38d2999b8e2cc5e8ac19c846ecf18fbeee9cb18d24e1698f96d784/node_modules/.pnpm/firebase-admin@13.0.0/node_modules/firebase-admin/lib/app/firebase-app.js:87:19)
at null.disableUserByEmail (file:///pipedream/dist/code/dca91ca86b38d2999b8e2cc5e8ac19c846ecf18fbeee9cb18d24e1698f96d784/component.mjs:40:28)
at Object.run (file:///pipedream/dist/code/dca91ca86b38d2999b8e2cc5e8ac19c846ecf18fbeee9cb18d24e1698f96d784/component.mjs:74:7)
at null.executeComponent (/var/task/launch_worker.js:292:22)
at MessagePort.messageHandler (/var/task/launch_worker.js:792:28)`
As said before, this is us being affected by firebase/firebase-admin-node#2778 and we know it is still this issue because the version in the file paths is still 13.0.0. Again, this needs to be fixed with priority.
Screenshots:
No screenshots included