sir I want to admire you that you cleared my thoughts about Firebase hosting issues nobody was able to explain so well as you did, you really solved my problem and also provide valuable information, thanks alot👍
Tony! Just came across with this video. I was completely desperate spending all my afternoons seeing other youtuber's videos talking about hosting and building cheap or even free websites (useful for starters or students as I am...) and I have to say is sometimes unpleasing how they explain things (happens a lot in software universe...) your video is instead clear and makes me so happy to see someone explaining this technical (but not difficult) things in such an easy and calmed way. thanks!
Great step by step explanation. Just one mention: for ReactJS you need to run in yours project directory- npm run build, and then put files from build-folder to your destination folder (public or else)
Thanks, all your videos are very neat & clean with crisp explanation, I have learned a lot from your tutorials. Which tools do you use for screen recording / editing?
Great video thanks. I got stuck on the npm install nodes, getting a lot of errors about having out of date modules, and being denied access permission due to my user rights. This doesn't make much sense to me, I'm an admin (no other accounts on the Mac) and I manually updated each package it said was out of date. I know you don't have the time to trouble shoot every person's problems (and I wouldn't ask you to), but I thought I'd post in case anyone stumbles on this comment having figured it out. I've been in the weeds in stack overflow for a while running terminal commands and nothing has fixed it yet.
If you write „sudo“ in front of of npm install in the terminal you can install it as superuser and avoid the access permissions - hope it works for you. Cheers
I wholeheartedly appreciate your comment, & @juliusilg5046 thanks for your reply! I was just scrolling thru here to see if anyone had asked exactly that question. And yes, typing sudo in front of everything worked like a charm, at least for me it did :)
free plan is great for hosting portfolio website and other website which you have designed as a project and if in future somehow start attracting lots of users so you always have a option to monetize it and use the paid version. since you are going to make money from it so obviously paying for subscription is no big deal. it's not like you have to pay huge amount when you decide to upgrade it. it will still depend on the number of user. also i don't know many services that gives you free hosting for ever. they are mostly for 4-6 months or an year which is bad if you wan to upload project and portfolio website which you may want to keep hosted for a longer time as a student.
If anyone is using this tutorial on MacOS and is getting "unexpected error has occurred" when using firebase serve and going to local host, you need to downgrade your version of Node JS to version 20. The new version of 22 seems to have some issues.
My webpage works fine in local host but not after deployed. can you direct me where to check for the problem? If possible can you release yoru template to test my steps? Thank you
Hi, I knew that Firebase Hosting is meant for website but what if trying to deploy a nodejs express app ( without a index.html ) instead. Will it be error ?
Good day, My website appears well when served. When i run the deploy command, I get a response of deploy complete but when I follow the url given to me, Firebase says it can not find my website.
A quick question. How do I deploy my own html and css files that I've made without causing the web to error because my own files are name differently than index.html?
do we can add another project again with the same email? ive tried to add on my firebase already but when i do command firebase init in the terminal the new project doesnt show up
i have a site host it on my localserver public this read credentials to login from sql database installed in my server. how you suggest to host it in google firebase is it necessary to upload and the database or i could continue use from my server? All of these runs free ssl certificate for development purposes with free ssl certificate.
this just made me mad, facing errors in using existing projects or creating new project! did you use gCloud to run the code and get the list of your project for deployment? the error is failed to list projects, any solution?
This is the first time I follow a tutorial and it works first try. Everything goes exactly as you describe, even after 1 year of you uploading it.
sir I want to admire you that you cleared my thoughts about Firebase hosting issues nobody was able to explain so well as you did, you really solved my problem and also provide valuable information, thanks alot👍
Tony! Just came across with this video. I was completely desperate spending all my afternoons seeing other youtuber's videos talking about hosting and building cheap or even free websites (useful for starters or students as I am...) and I have to say is sometimes unpleasing how they explain things (happens a lot in software universe...) your video is instead clear and makes me so happy to see someone explaining this technical (but not difficult) things in such an easy and calmed way. thanks!
Thanks for taking the time to let me know. It's great to hear!
Great step by step explanation.
Just one mention: for ReactJS you need to run in yours project directory- npm run build, and then put files from build-folder to your destination folder (public or else)
Not all heroes wear capes, sometimes they make Firebase hosting tutorials 👍
😂❤
69 likes...not going to ruin it
Best Tutorial on here, thank you so much!
Thank you for this video Tony. And thank you for taking the time to teach
Thanks Tony, especially for the pointing out the linkage with google cloud console.👌
You're welcome! Subscribe for more like this from me if you haven't already :)
Tony...excellent video...followed your instructions precisely...and....voilà...everything AOK!! Thanks very much.
For anyone wondering, Tony has been rated as a Level 8 Hot Nerd.
Very fruitful video. Easy to follow. Worth to look
Thanks, Tony you are a day saver... very helpful you
Glad to help
Thanks, all your videos are very neat & clean with crisp explanation, I have learned a lot from your tutorials. Which tools do you use for screen recording / editing?
Epic man, thank you
This worked perfectly. Thank you!
Thanks a lot, I was very helpful from this video
Great video, thanks tony!
Great video thanks. I got stuck on the npm install nodes, getting a lot of errors about having out of date modules, and being denied access permission due to my user rights. This doesn't make much sense to me, I'm an admin (no other accounts on the Mac) and I manually updated each package it said was out of date. I know you don't have the time to trouble shoot every person's problems (and I wouldn't ask you to), but I thought I'd post in case anyone stumbles on this comment having figured it out. I've been in the weeds in stack overflow for a while running terminal commands and nothing has fixed it yet.
If you write „sudo“ in front of of npm install in the terminal you can install it as superuser and avoid the access permissions - hope it works for you. Cheers
I wholeheartedly appreciate your comment, & @juliusilg5046 thanks for your reply! I was just scrolling thru here to see if anyone had asked exactly that question. And yes, typing sudo in front of everything worked like a charm, at least for me it did :)
thanks@@juliusilg5046 works for me too !
Thank you! Super straight foward
free plan is great for hosting portfolio website and other website which you have designed as a project and if in future somehow start attracting lots of users so you always have a option to monetize it and use the paid version. since you are going to make money from it so obviously paying for subscription is no big deal. it's not like you have to pay huge amount when you decide to upgrade it. it will still depend on the number of user. also i don't know many services that gives you free hosting for ever. they are mostly for 4-6 months or an year which is bad if you wan to upload project and portfolio website which you may want to keep hosted for a longer time as a student.
If anyone is using this tutorial on MacOS and is getting "unexpected error has occurred" when using firebase serve and going to local host, you need to downgrade your version of Node JS to version 20. The new version of 22 seems to have some issues.
Thx some much
I don’t know what I did wrong but after hosting my website I couldn’t move on to the next part after I tried to login like a customer
I have one domain and already using google with the domain, so what to do now
My webpage works fine in local host but not after deployed. can you direct me where to check for the problem? If possible can you release yoru template to test my steps? Thank you
clean and clear. thank you
Hi Tony, I create my website on replit, do I have to copy my html and css pages locally on my computer first? Tx !
On MacOs terminal, how do I point to a specific folder?
Terminal and then navigate with cd command to where you have your project
Great Video saved me a lot of time 👍
Nice video ! Keep the good work.
Please make a video with Django and Firebase.
Hi, I knew that Firebase Hosting is meant for website but what if trying to deploy a nodejs express app ( without a index.html ) instead. Will it be error ?
umm thanks Tony
can I deploy webpages with ads on firebase? would I be violating any policies by doing so?
Good day, My website appears well when served. When i run the deploy command, I get a response of deploy complete but when I follow the url given to me, Firebase says it can not find my website.
I was unable to overwrite my index.html file ? How to I integrate the css and js file ?
GREAT VIDEO SIR
A quick question. How do I deploy my own html and css files that I've made without causing the web to error because my own files are name differently than index.html?
I'm trying to host my svelte app and can successfully host it locally but when I deploy it it only shows a blank screen. What could be the problem?
Is it possible to host with multiple html pages with firebase?
Great video! Thanks!!!
I have a python code and I need to run it on the site, what can I do?
do we can add another project again with the same email? ive tried to add on my firebase already but when i do command firebase init in the terminal the new project doesnt show up
i have a site host it on my localserver public this read credentials to login from sql database installed in my server. how you suggest to host it in google firebase is it necessary to upload and the database or i could continue use from my server? All of these runs free ssl certificate for development purposes with free ssl certificate.
hello,
thank for your video i have site which work perfect without www but when i add www it saying Site Not Found can you please help
Can I put payment methods to this website which you have created
Thank you!
Thank you so much man
hi. how colud i download my hosting website by firebase cli?
Does this work for website maker, make also
?
Nice, Thank you!
thanks bro, greetings!!!
Thanks so much!
Hi Tony, can you share how you make your videos and the editing tools you are using? Thanks, Tony
great tutorial
what if we have a system with different folders
Can we host a dynamic website too???
How would i host website which uses databases?
this just made me mad, facing errors in using existing projects or creating new project!
did you use gCloud to run the code and get the list of your project for deployment?
the error is failed to list projects, any solution?
it is not working for after deploy completed
Add custom domain is free?
3:15 What if I want to use a different account later?
not working for me i clickt run npm enter will not open widows 11
The subliminal messaging @2:58 made me like and subscribe. But not because it was subliminal 🤣
Haha I'm glad you noticed :)
same here I was about to type like and subscribe in CMD window :( but then got it. Do subliminal messages really work?
Thank you 🙏🙏
You are great
please somebody should help me, I can't find the public folder in my desktop, I don't know why😔😔😔
thanks bro
Page loads on localhost but after deploying page not found
same. did you resolve this issue?
subscribed
Can you connect your domain to your website for free?
Amazing
Can it get Adsense
is it support php?
I just wish you would slow down a little
This doesnt work for a website with a backend?
3:39