본문 바로가기
BackEnd/Node.js

Firebase spark 요금제 Cloud Functions 서비스 종료

by 푸고배 2021. 3. 25.

Spark 요금제에서 Cloud Functions를 더 이상 이용할 수 없다.

 

2020년 6월 22일부터 Cloud Functions에서 Node.js Version 10을 사용하려면 Blaze 요금제를 사용하도록 했다.

Spark 요금제로 Cloud Functions을 사용하기 위해서 Node Version을 8로 다운그레이드 하는 편법을 사용했지만,

2021년 3월 15일부터는 Cloud Functions에서 Node.js Version 8 사용이 아예 불가능하게 바뀌었다.

 

아래는 Node.js version 8에서, firebase deploy --only functions로 functions deploy시 발생하는 오류

 

Deploys to runtimes below Node.js 10 are now disabled in the Firebase CLI.

Existing Node.js 8 functions will stop executing on 2021-03-15.

Update existing functions to Node.js 10 or greater as soon as possible

 

따라서 Cloud Function 사용을 위해서는 Blaze 요금제(유료)를 사용해야 한다.

 

Firebase에서 Express 사용을 위해 Cloud Functions을 사용하고는 했는데, 다른 방법을 찾아봐야겠다.. :)

 

 

Migrate your Firebase Cloud Functions to Node.js 10

Node 8 has been deprecated, and you’ll have to move to node 10. Here’s what you need to know to make that happen smoothly.

medium.com

 

반응형

댓글