Best tutorial for someone needs fast to understand the functionality of Firebase.
@sivaprakash92854 жыл бұрын
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
@WaseeHaqueSAKO3 жыл бұрын
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-zp4ct2 жыл бұрын
Hey can you please send some links to understand about the theory or something about this function
@SunilNerella2 жыл бұрын
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
@nirmalgaur32282 жыл бұрын
app.listen() should be removed before firebase deploy, otherwise it is giving the error. Nice tutorial btw, thanks.
@trackerprince67734 жыл бұрын
have you implemented secures endpoints using API keys in cloud functions?
@RajeshKumar-sq2ji4 жыл бұрын
It's really helpfull... to clear my concept :)
@user-iHZ7dRAbvwiRz8KqoP3W3 жыл бұрын
it's big help for me, thanks
@saranyar5553 жыл бұрын
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?
@bassacoulibaly66354 жыл бұрын
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.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
@Sathiyakumar33 жыл бұрын
Is it possible to host other protocols such as MQTT as a service from firebase?
@clipsae4 жыл бұрын
Do I have to upgrade billing before deploying
@TheRealKitWalker3 жыл бұрын
yes, functions now require spark to be upgraded to blaze
@wilsonmupfururirwa30024 жыл бұрын
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-zp4ct2 жыл бұрын
Thanks a lot man!
@zaylo92733 жыл бұрын
does using firebase host affects the port?
@clipsae4 жыл бұрын
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
@dookiedoo23 жыл бұрын
I have other files such as .env should I put those in the functions folder as well?
@islamicinterestofficial2 жыл бұрын
yes
@maheshmahadar47803 жыл бұрын
what happen if we provoided a path in the program
@yuraserdiuk95714 жыл бұрын
thanks for video
@evel_ortega2 жыл бұрын
You saved me! Thanks
@patelsarvesh74623 жыл бұрын
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?
@anushibinj3 жыл бұрын
Yes. Firebase functions are not available in the Spark plan (which is the free plan)
@kensleylewis3 жыл бұрын
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
@MsRitika19903 жыл бұрын
Hi its not free. Please mention that in your title or description
@codee19493 жыл бұрын
what is a alternative? how i can host a node apis?
@islamicinterestofficial2 жыл бұрын
@@codee1949 have you found any alternative
@AhmedNazir2 жыл бұрын
@@islamicinterestofficial cyclic.sh, deta.sh
@Prerona113 жыл бұрын
s firebase functions a free functionality?
@anushibinj3 жыл бұрын
No, it isn't
@codingbdx76552 жыл бұрын
you pay for service :(
@edisonmondal2798 Жыл бұрын
now obsolete with firebase banned free function on spark plan
@smrutiranjan91364 жыл бұрын
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
@tesla17724 жыл бұрын
Go in eslintrc. Json file and disable those error messages.... 0 is for disable
@madhav35734 жыл бұрын
Which node version you are using
@enderkulucka4 жыл бұрын
node=8 version. now I cant not deploy node 10 version. because I must buy hosting package for node 10