Deploy NodeJS Express Application to Firebase as Function.

Поделиться
HTML-код
  • Опубликовано: 22 окт 2024

Комментарии • 43

  • @LuisAndreMunoz-m9u
    @LuisAndreMunoz-m9u 9 месяцев назад

    Best tutorial for someone needs fast to understand the functionality of Firebase.

  • @sivaprakash9285
    @sivaprakash9285 4 года назад +8

    I'm surprised how a cleanly made video has very less views...You did a nice job..A louder audio could make it even better

  • @WaseeHaqueSAKO
    @WaseeHaqueSAKO 3 года назад +2

    Man can I just tell you how awesome you are? This is perfect for people who are comp sci students (ie understand pretty much how all of this works, but never was taught how to actually 'do' stuff). Direct to the point and extremely precise.

    • @ChetanSingh-zp4ct
      @ChetanSingh-zp4ct 2 года назад

      Hey can you please send some links to understand about the theory or something about this function

  • @SunilNerella
    @SunilNerella 2 года назад +2

    Hi, I like the way you explained. I have a doubt, Can we deploy the hosting along with the functions to firebase?
    I'm creating an app, with express and ejs to render the html file through functions. but after deploying the application, functions were not able to find the ejs files and 404.html is getting executed when I open the URL.
    Can you please help me with this?
    I'm new to the nodeJS

  • @nirmalgaur3228
    @nirmalgaur3228 2 года назад

    app.listen() should be removed before firebase deploy, otherwise it is giving the error. Nice tutorial btw, thanks.

  • @駿河クリエイターヴィレッジ

    Is port needed to be changed to firebase endpoint right ???? from 3000

  • @Sathiyakumar3
    @Sathiyakumar3 3 года назад

    Is it possible to host other protocols such as MQTT as a service from firebase?

  • @trackerprince6773
    @trackerprince6773 4 года назад +1

    have you implemented secures endpoints using API keys in cloud functions?

  • @saranyar555
    @saranyar555 3 года назад

    I have an existing firebase cloud function.how to upgrade the node js version for it like how you upgraded the version at the end of the video?

  • @bassacoulibaly6635
    @bassacoulibaly6635 4 года назад +1

    hello, i have error after deploy my api. Error: Forbidden Your client does not have permission to get URL /api/user from this server.

  • @clipsae
    @clipsae 3 года назад +3

    Do I have to upgrade billing before deploying

    • @TheRealKitWalker
      @TheRealKitWalker 3 года назад +3

      yes, functions now require spark to be upgraded to blaze

  • @clipsae
    @clipsae 3 года назад

    It shows a very long error. Actually I wan having some middleware folder, public folder. I simply move them into the function folder. Then I run cmd firebase deploy
    Now It shows a huge error. I am confused

  • @panzorax.
    @panzorax. 4 года назад

    and when i change nodejs package.json version 10 to 8 its can deploy success but when i check on the firebaseconsole on the functions or other place i cant see anything about nodejs

  • @user-iHZ7dRAbvwiRz8KqoP3W
    @user-iHZ7dRAbvwiRz8KqoP3W 2 года назад

    it's big help for me, thanks

  • @dookiedoo2
    @dookiedoo2 3 года назад

    I have other files such as .env should I put those in the functions folder as well?

  • @patelsarvesh7462
    @patelsarvesh7462 3 года назад

    I tried but for me, functions folder is not creating. Is due to a free plan? And Have Generated URL but different steps come? Can You help me?

    • @anushibinj
      @anushibinj 3 года назад +1

      Yes. Firebase functions are not available in the Spark plan (which is the free plan)

  • @zaylo9273
    @zaylo9273 3 года назад

    does using firebase host affects the port?

  • @RajeshKumar-sq2ji
    @RajeshKumar-sq2ji 3 года назад +1

    It's really helpfull... to clear my concept :)

  • @kensleylewis
    @kensleylewis 3 года назад +1

    at 6:22 why do we "have to" install firebase tools as a global to make this project work? why can't we install firebase tools "within" the scope of this project? the rest of my system does not need firebase, just this project directory does.
    Seriously...what is wrong with this - npm install firebase-tools -D

  • @wilsonmupfururirwa3002
    @wilsonmupfururirwa3002 4 года назад

    Hi Srinivas can you do a tutorial on how you upload a finished app to app store and how you add the main app icon as well

  • @maheshmahadar4780
    @maheshmahadar4780 3 года назад

    what happen if we provoided a path in the program

  • @ChetanSingh-zp4ct
    @ChetanSingh-zp4ct 2 года назад

    Thanks a lot man!

  • @yuraserdiuk9571
    @yuraserdiuk9571 4 года назад

    thanks for video

  • @Prerona11
    @Prerona11 3 года назад

    s firebase functions a free functionality?

  • @MsRitika1990
    @MsRitika1990 3 года назад +3

    Hi its not free. Please mention that in your title or description

    • @codee1949
      @codee1949 3 года назад +1

      what is a alternative? how i can host a node apis?

    • @islamicinterestofficial
      @islamicinterestofficial 2 года назад

      @@codee1949 have you found any alternative

    • @AhmedNazir
      @AhmedNazir 2 года назад

      @@islamicinterestofficial cyclic.sh, deta.sh

  • @evel_ortega
    @evel_ortega 2 года назад

    You saved me! Thanks

  • @codingbdx7655
    @codingbdx7655 2 года назад +1

    you pay for service :(

  • @smrutiranjan9136
    @smrutiranjan9136 4 года назад

    39:99 error Expected error to be handled handle-callback-err
    43:36 error Expected error to be handled handle-callback-err
    46:13 error 'sql' is already defined no-redeclare
    47:36 error Expected error to be handled handle-callback-err
    am having this error

    • @tesla1772
      @tesla1772 4 года назад

      Go in eslintrc. Json file and disable those error messages.... 0 is for disable

  • @edisonmondal2798
    @edisonmondal2798 Год назад

    now obsolete with firebase banned free function on spark plan

  • @madhav3573
    @madhav3573 4 года назад

    Which node version you are using

    • @enderkulucka
      @enderkulucka 4 года назад +1

      node=8 version. now I cant not deploy node 10 version. because I must buy hosting package for node 10