Thank you all for taking out the time to watch my videos. If you like my content, please hit the like button and do subscribe to my channel to get the latest content. #WebHosting #WebsiteHosting #HostAWebsite #GoogleFirebase #GoogleCloud
As a Firebase beginner, looking to just get a website going, I found this to be an incredibly helpful and well-structured video. I especially appreciate that you were able to make it less than 10 minutes without compromising on the necessary details. Thank you!
Great Video! I will say that after building a web site with a different host, using Firebase does appear to be a simple process if all I wanted to do was build a simple HDML based web site.
I see this message , instead my website "You're seeing this because you've successfully setup Firebase Hosting. Now it's time to go build something extraordinary!"
Thank you @Sameer.. This is really helpful video. I am beginner coder, hence this is really helpful to refer this video everytime I am making changes to my website.
Because your app most likely defaults to the /dist folder when the application builds. You need to configure the build to go into the /public directory instead. Or you can manually move the files in the /dist folder to /public after each build and then deploy it.
Thank you so much sir for making this video.. It helped me a lot in my project... But i wanted to know one thing how to deploy the changes that we make after a successful deployment ?
Apologies for missing your comment here. If you have changes to your website, just update your website locally and make sure you place the updated files in the public folder (or whatever name you have given yours) and then hit firebase deploy again. Firebase will take those files and deploy it. Your changes will be reflected on the hosted website. Hope that helps
@@samselvaraj8171 Yeah bro firebase usually uploads our files on internet so we can delete those files but if you wanted to change them than you should have access your last project which will be better to have in your PC. I hope this comment will be helpful for u.
Thank you so much for this much detailed tutorial!! I have a query, actually I am able to deploy my application like this but I want to use my existing domain name which I already have. Can u please suggest option to use the existing domain. This domain is registered with Google itself.
Really a very helpful video, your channel deserves more subscribers and it will happen for sure. One permanent subscriber of your channel increases today.
Hello, I have a problem, it says: "Welcome Firebase Hosting Setup Complete You're seeing this because you've successfully setup Firebase Hosting. Now it's time to go build something extraordinary!" What I have to do? Please I need help. Thanks
This is happening because you have replaced your index.html with the default index.html that firebase offers. Redeploy the application using the same steps and this time the index.html in your (public) folder will override what you are seeing. Let me know how it goes
@@aarjith2580 i got the same problem but i fixed it ,when he ask you"What do you want to use as your public directory?" you should write "public" or any other folder that contain "index"
do I remove the project if I want to remove it from public? is there a way to disable it temporarily so that I can edit my site and re-enable it? Awesome video
Yes, totally possible, Run "firebase hosting:disable" from the firebase CLI and this should disable the website. Then you can go to firebase.console google website and under the hosting tab from the left menu, go on and delete the deployment.
Hi, I dont know how it works, im relatively new on this, but there is this beta feature: 'firebase hosting:channel:deploy preview_name' to test changes before going live
@@SameerSaini Hi Sameer, Thanks for your reply. Do you know where the files are stored in firebase? Few images are not appearing when I deploy the site but works fine in the local machine. I have those images in a second level folder (eg: folder1/folder2/image)
@@SameerSaini bro it doesnt work for me, I am actually on a node js back end project with mongo db in it, it shows- Welcome Firebase Hosting Setup Complete You're seeing this because you've successfully setup Firebase Hosting. Now it's time to go build something extraordinary! OPEN HOSTING DOCUMENTATION
ThankYou Sameer thankU so much for this video I hope it'll also work for me Inshallah will try it tomorrow and I just wanted to say your english is good but kindly change the accent so it'll be better for you. But don't complement is also given (Your English is good) haha 😀😀
Hi Tanveer, If you go back to console.firebase.google.com and under the hosting tab, you will find a add custom domain tab, click on it and follow the steps that google suggests.
After hosting can other be able to visit our website on google by simpley typing the name like for other website do....??? Or it is just same as github hosting
I followed all these steps, but upon copying my website url from cmd to the browser (which for some reason has some random characters also added next to the name that i have set), instead of seeing my website i am seeing a window with a "Firebase Hosting Setup Complete" message with an "open hosting documentation" button that just sends me to the hosting section of the firebase site. Why is this happening, how can i get my website up and running?
@@maddyshorts267 i dont remember the details with this method but i saved my self from all this bullshit from braindead methods that cant make it work properly and easily and i just went to netlify insteaad
Thank you all for taking out the time to watch my videos. If you like my content, please hit the like button and do subscribe to my channel to get the latest content.
#WebHosting #WebsiteHosting #HostAWebsite #GoogleFirebase #GoogleCloud
no , thank you
thank you soo muchh sir
I cant seem to locate my file directory through the command panel.
As a Firebase beginner, looking to just get a website going, I found this to be an incredibly helpful and well-structured video. I especially appreciate that you were able to make it less than 10 minutes without compromising on the necessary details. Thank you!
Thanks. Glad you liked it. :)
@@SameerSaini would you mind to share the prerequisites for hosting this web app?
Perhaps the best tutorial on Firebase static website hosting on youtube and on the web. Thank you Sameer!
Straight to the point and no bs. Thanks man.
after editing.. hit command "firebase deploy" again in cmd
By far the best introductory Firebase web hosting tutorial
Just came across this. Very good Sameer. Well structured and well paced. Good job!!
Cheers Ken
Great Video! I will say that after building a web site with a different host, using Firebase does appear to be a simple process if all I wanted to do was build a simple HDML based web site.
best tutorial on Firebase Hosting.. Thank you so much Sameer.
Cheers mate
Nice! Directly to the point, no wasted time and it worked nice! Thanks
I see this message , instead my website "You're seeing this because you've successfully setup Firebase Hosting. Now it's time to go build something extraordinary!"
THANKYOU! Your video helped me a lot with Firebase setup :)
Glad it helped!
Thank you @Sameer.. This is really helpful video. I am beginner coder, hence this is really helpful to refer this video everytime I am making changes to my website.
You are most welcome
Thank you Sameer for the tutorial. Now I can deploy my demo work..
Cheers mate
thanks man, it's really helpful!
I have probably watched this ten times! best instruction to simply deploy websites with firebase thanks! always a good reference
If it was great you were only going to watch it once.
@@noheeps lol this s--t is right
What an amazing helpful video! Thank you so much! 💯
Cheers mate
@@SameerSaini CheckMate?
Really! Million Dollars Video .. Saves my time a lot. Thank You so much.
Great to hear!
Thanks dear it is 100% working.
Pls make more tutorials like this. ❤️
Cheers
Can I make website for movies like Avengers series.. That is legal?
How long this website hosting is for free plan?
2022, works perfectly! Thanks for this video!
Cheers mate
Straight to the point. Thanks.
Cheers mate
I followed all the steps correctly
crystal clear video.. please make video also to how coonect firebase database with our firebase host application
Glad you liked it,
HEY! Thank you for this!
My setup is successfully done but when I search given URL it shows only welcome Firebase Hosting Setup complete Open Hosting Document why ?
Because your app most likely defaults to the /dist folder when the application builds. You need to configure the build to go into the /public directory instead. Or you can manually move the files in the /dist folder to /public after each build and then deploy it.
did u solve this problem?
In your public folder, remove default index.html
@@abhishek5222 Firebase hosts the Index.html file.
Remove Firebases index.html, so it hosts YOUR index.html
@@Harmxn this comment helped me alot thanks much
thank you, watching your video is way easy than reading docs and faster,lol
Glad to hear that :)
Thank you so much sir for making this video.. It helped me a lot in my project...
But i wanted to know one thing how to deploy the changes that we make after a successful deployment ?
Apologies for missing your comment here. If you have changes to your website, just update your website locally and make sure you place the updated files in the public folder (or whatever name you have given yours) and then hit firebase deploy again. Firebase will take those files and deploy it. Your changes will be reflected on the hosted website. Hope that helps
@@SameerSaini Also it hosts from the google server only right? So can I delete the files from my PC later?
@@samselvaraj8171 Yeah bro firebase usually uploads our files on internet so we can delete those files but if you wanted to change them than you should have access your last project which will be better to have in your PC.
I hope this comment will be helpful for u.
@@peoples.say.masoom good answer bro
while deploying on Firebase ,use firebase diploy --only Hosting . Firebase deploy will return error with Blaze plan some times.
Thanks for the suggestion Rahul, Cheers
Was searching for the same. Doing great keep going...!👍
Thank you 🙂
Thank you so much for this much detailed tutorial!! I have a query, actually I am able to deploy my application like this but I want to use my existing domain name which I already have. Can u please suggest option to use the existing domain. This domain is registered with Google itself.
Thank you my friend !
Thank you Sameer for the tutorial
Cheers.
Nice one! Thanks! 😀🙏
Really a very helpful video, your channel deserves more subscribers and it will happen for sure. One permanent subscriber of your channel increases today.
Thanks. It works!
Extremely nice video, thanks a lot
thanks Mr Sameer it was so helpful !
Glad to hear that
Thank you for this video! :)
Thank you so much for this information it helps a lot to me
thanks mate!
Thanku For this awesome video : 1 like from me
Cheers bro
This was very helpful, thank you.
Glad it helped
thanks video helped me a lot
Glad it helped
Thank you so much!
Hello, I have a problem, it says: "Welcome Firebase Hosting Setup Complete
You're seeing this because you've successfully setup Firebase Hosting. Now it's time to go build something extraordinary!"
What I have to do? Please I need help. Thanks
This is happening because you have replaced your index.html with the default index.html that firebase offers. Redeploy the application using the same steps and this time the index.html in your (public) folder will override what you are seeing. Let me know how it goes
same problem here, did you find a solution?
@@aarjith2580 i got the same problem but i fixed it ,when he ask you"What do you want to use as your public directory?" you should write "public" or any other folder that contain "index"
@@Vandousckie Thankyou bro
@@aarjith2580 you are welcome
Great Job!
Will this be available on google search???? and Please tell how to connect Domain if we already have
perfect, Thank you so much I appreciate it.
Cheers mate
Thanks bro.👏
do I remove the project if I want to remove it from public? is there a way to disable it temporarily so that I can edit my site and re-enable it? Awesome video
Yes, totally possible,
Run "firebase hosting:disable" from the firebase CLI and this should disable the website. Then you can go to firebase.console google website and under the hosting tab from the left menu, go on and delete the deployment.
Hi, I dont know how it works, im relatively new on this, but there is this beta feature: 'firebase hosting:channel:deploy preview_name' to test changes before going live
@@advancexz0 Thanks for the contribution. Appreciate it :)
@@SameerSaini Hi Sameer, Thanks for your reply. Do you know where the files are stored in firebase? Few images are not appearing when I deploy the site but works fine in the local machine. I have those images in a second level folder (eg: folder1/folder2/image)
Really great. Make video on custom domain name
Very soon!
Amazing tutorial. Thank you so much!
Glad you enjoyed it!
Thank you so much sir. It is really helpful. 😊
Glad you liked it
A tutorial that even works for me! :)
Glad I could help!
@@SameerSaini bro it doesnt work for me, I am actually on a node js back end project with mongo db in it, it shows-
Welcome
Firebase Hosting Setup Complete
You're seeing this because you've successfully setup Firebase Hosting. Now it's time to go build something extraordinary!
OPEN HOSTING DOCUMENTATION
Thank You Very Much 1000000 times...
You are most welcome
ThankYou Sameer thankU so much for this video I hope it'll also work for me Inshallah will try it tomorrow and I just wanted to say your english is good but kindly change the accent so it'll be better for you.
But don't complement is also given (Your English is good) haha 😀😀
Thanks Man
Happy to help
Great video
great video thanks
Very well explained.
Glad it was helpful!
Thank you for your help. I do wish you could do another video with the updates. I still can't get mine to work with the extra steps they ask for.
great, informative video
very helpful! thank you
You're welcome!
th-cam.com/video/618R0L3OrnA/w-d-xo.html To initialize Firebase project using cmd
I want my own custom url for the website. How i can do it?
Hi Tanveer, If you go back to console.firebase.google.com and under the hosting tab, you will find a add custom domain tab, click on it and follow the steps that google suggests.
thanks
cheers :)
I thank you so much for this tutorial.
Cheers mate
Everything went well but the CSS didn't work. Was requesting for some help about that problem
thank you so much!!
Glad it helped!
Thank you.
Cheers mate
the command isn't working, what do I have to install before coping those command texts
Found it helpful ❣️
"You're seeing this because you've successfully setup Firebase Hosting. Now it's time to go build something extraordinary!" What should I do next??
Great, now make sure the index.html file is in the public folder and then use the firebase deploy command again.
It will surely work
@@SameerSaini it created an index.html page for me in public again I use firebase deploy command same result as before it comes what to do next
@@Playtimeunivers Replace all files in the Public folder with yours!
Thank you
Thank You
You're welcome!
thanks for your help!
No problem at all :)
Hey man do we need to buy node server or keep node server on our pc on for this to work?
Will it work with pc turned off
It is helpfull indeed. But will it run python, php and node.js? Please!
Loved this
❤️ from Tamilnadu
Cheers mate!
வரவேற்பு
Thanks This helped a lot 🙂
Glad to hear!
After hosting can other be able to visit our website on google by simpley typing the name like for other website do....???
Or it is just same as github hosting
Thanks for the video. So useful.
great video mate ! 10x
Thanks buddy
helped thanku
Awesome! Thanks!!!
Cheers
Excellent👍 thank you for sharing it to us
Cheers
Brother very good information. Can we Enable in this Free Firebase website, Ad Networks like Google adsense and other Non Google Ad networks here.
Thanku so much
thank you so much
thank you sir i managed
Very good content 👌
Does there any limitations?
I followed all these steps, but upon copying my website url from cmd to the browser (which for some reason has some random characters also added next to the name that i have set), instead of seeing my website i am seeing a window with a "Firebase Hosting Setup Complete" message with an "open hosting documentation" button that just sends me to the hosting section of the firebase site. Why is this happening, how can i get my website up and running?
bro did you resolve it?
Bro Did you resolve it?
@@maddyshorts267 i dont remember the details with this method but i saved my self from all this bullshit from braindead methods that cant make it work properly and easily and i just went to netlify insteaad
@@Gnsd45 thanks
what if made changes to the index HTML or any files? should I just redeploy?
Nice video
Thanks
Very nice, thank you! Should I also deploy the pages for authenticated users in the public folder?
great video, i would love to watch another tutorial like this but the website has database.
can you please do a demo using a mac? What steps would be different?
thank you for your valuable tutorials thanks alot
You are welcome!
It works. thanks.
You're welcome!
what is the time period for it bro??
and can we host diff type of sites?? in fire base
and can we change the domain name??