혹시 firebase 사용하시는 분들 계신가요?

Accessing deprecated metadata server endpoint at “/computeMetadata/v1beta1/instance/service-accounts/default/token” from user-agent “”

@firebase/database: FIREBASE WARNING: {“code”:“app/invalid-credential”,“message”:“Credential implementation provided to initializeApp() via the "credential" property failed to fetch a valid Google OAuth2 access token with the following error: "Error fetching access token: 404 page not found\n".”}

firebase를 사용 중인데 언제부턴가 계속 이런 메시지가 뜹니다.
코드는 아래와 같고요

const functions = require(‘firebase-functions’);
const admin = require(‘firebase-admin’);
const moment = require(‘moment’);

admin.initializeApp(functions.config().firebase);
process.env.X_GOOGLE_NEW_FUNCTION_SIGNATURE = ‘true’;

“engines”: {
“node”: “12”
},
“dependencies”: {
“firebase-admin”: “~7.0.0”,
“firebase-functions”: “^2.3.0”,
“moment”: “^2.24.0”,
“moment-timezone”: “^0.5.26”,
“get-normal-distribution”: “^1.0.0”
},
“devDependencies”: {
“eslint”: “^5.12.0”,
“eslint-plugin-promise”: “^4.0.1”,
“firebase-functions-test”: “^0.1.6”
},

아래와 같이 작성을 했고요
구글링을 통해서 여러가지를 시도했는데 문제를 해결하지 못해서 질문 드립니다. ㅠㅠ
특이하게도 이런 오류가 나올 때도 있고 나오지 않을 때도 있어서 저도 너무 혼란스럽네요 ㅠㅠ

좋아요 1

몇번 테스트해봤는데 상황 재현이 안되네요.

혹. 노드 버전을 14로 올려서 해보시기 바랍니다.