Deploy NodeJS Express Application to Firebase as Function.

  Рет қаралды 52,237

Srinivas Tamada

Srinivas Tamada

Күн бұрын

Пікірлер: 43
@LuisAndreMunoz-m9u
@LuisAndreMunoz-m9u 10 ай бұрын
Best tutorial for someone needs fast to understand the functionality of Firebase.
@sivaprakash9285
@sivaprakash9285 4 жыл бұрын
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 жыл бұрын
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 жыл бұрын
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.
@trackerprince6773
@trackerprince6773 4 жыл бұрын
have you implemented secures endpoints using API keys in cloud functions?
@RajeshKumar-sq2ji
@RajeshKumar-sq2ji 4 жыл бұрын
It's really helpfull... to clear my concept :)
@user-iHZ7dRAbvwiRz8KqoP3W
@user-iHZ7dRAbvwiRz8KqoP3W 3 жыл бұрын
it's big help for me, thanks
@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 жыл бұрын
hello, i have error after deploy my api. Error: Forbidden Your client does not have permission to get URL /api/user from this server.
@駿河クリエイターヴィレッジ
@駿河クリエイターヴィレッジ 3 жыл бұрын
Is port needed to be changed to firebase endpoint right ???? from 3000
@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
@Sathiyakumar3
@Sathiyakumar3 3 жыл бұрын
Is it possible to host other protocols such as MQTT as a service from firebase?
@clipsae
@clipsae 4 жыл бұрын
Do I have to upgrade billing before deploying
@TheRealKitWalker
@TheRealKitWalker 3 жыл бұрын
yes, functions now require spark to be upgraded to blaze
@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
@ChetanSingh-zp4ct
@ChetanSingh-zp4ct 2 жыл бұрын
Thanks a lot man!
@zaylo9273
@zaylo9273 3 жыл бұрын
does using firebase host affects the port?
@clipsae
@clipsae 4 жыл бұрын
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
@dookiedoo2
@dookiedoo2 3 жыл бұрын
I have other files such as .env should I put those in the functions folder as well?
@islamicinterestofficial
@islamicinterestofficial 2 жыл бұрын
yes
@maheshmahadar4780
@maheshmahadar4780 3 жыл бұрын
what happen if we provoided a path in the program
@yuraserdiuk9571
@yuraserdiuk9571 4 жыл бұрын
thanks for video
@evel_ortega
@evel_ortega 2 жыл бұрын
You saved me! Thanks
@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 жыл бұрын
Yes. Firebase functions are not available in the Spark plan (which is the free plan)
@kensleylewis
@kensleylewis 3 жыл бұрын
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
@MsRitika1990
@MsRitika1990 3 жыл бұрын
Hi its not free. Please mention that in your title or description
@codee1949
@codee1949 3 жыл бұрын
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
@Prerona11
@Prerona11 3 жыл бұрын
s firebase functions a free functionality?
@anushibinj
@anushibinj 3 жыл бұрын
No, it isn't
@codingbdx7655
@codingbdx7655 2 жыл бұрын
you pay for service :(
@edisonmondal2798
@edisonmondal2798 Жыл бұрын
now obsolete with firebase banned free function on spark plan
@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
@madhav3573
@madhav3573 4 жыл бұрын
Which node version you are using
@enderkulucka
@enderkulucka 4 жыл бұрын
node=8 version. now I cant not deploy node 10 version. because I must buy hosting package for node 10
Deploying Express API to Firebase | Firebase functions | Serverless API
12:46
How to deploy Nodejs Express API in Cloud functions
7:13
Mafia Codes
Рет қаралды 12 М.
HELP!!!
00:46
Natan por Aí
Рет қаралды 51 МЛН
Car Bubble vs Lamborghini
00:33
Stokes Twins
Рет қаралды 38 МЛН
КОГДА К БАТЕ ПРИШЕЛ ДРУГ😂#shorts
00:59
BATEK_OFFICIAL
Рет қаралды 7 МЛН
Deploy an Express API to Vercel
6:06
Coding Garden
Рет қаралды 80 М.
Deploying Your Website to Firebase
5:13
Hayk Simonyan
Рет қаралды 53 М.
Node.js is a serious thing now… (2023)
8:18
Code With Ryan
Рет қаралды 657 М.
Firestore CRUD with NODE.JS 🔥
24:59
Code with Kavit
Рет қаралды 27 М.
HELP!!!
00:46
Natan por Aí
Рет қаралды 51 МЛН