Can not see the Firebase function deployed

后端 未结 15 794
失恋的感觉
失恋的感觉 2021-02-02 08:23

I followed the following steps:

  1. The Firebase CLI (Command Line Interface) requires Node.js and npm, which you can install by following the instructions on https

15条回答
  •  一生所求
    2021-02-02 09:08

    Make sure you're running at least version 3.5.0 of firebase-tools. To check which version you have, run:

    firebase --version
    

    If you're running the default setup, you can update firebase-tools using:

    npm install -g firebase-tools
    

提交回复
热议问题