Can not see the Firebase function deployed

后端 未结 15 801
失恋的感觉
失恋的感觉 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:01

    Had the same situation. The problem was that when I was doing

    $ firebase deploy --only "myFunction" 
    

    That filter name: myFunction, was not exactly the same as the name of the function I was trying to deploy. Silly mistake but took me a day to realize...

提交回复
热议问题