Firebase-Functions error after update? what can i do?

后端 未结 2 451
暖寄归人
暖寄归人 2020-12-06 06:56

I updated my firebase-functions and now I get this error in the firebase console. The code is still the same but I get an error now:

/srv/node_modules/@google         


        
2条回答
  •  一向
    一向 (楼主)
    2020-12-06 07:42

    Downgrade firebase-admin and firebase-functions to version: "firebase-admin": "^8.10.0", "firebase-functions": "^3.6.1" and it will work.

    Thanks to Marcel Hoekstra for posting this in the comments.

提交回复
热议问题