How to host a website for FREE - Google Firebase Website Hosting Tutorial Step By Step for beginners

Blog post: In this video, we will be hosting a static website for absolutely free.  A Static website is a website that does not have any dynamic rendering and does not have service-side rendering. It can still talk to APIs. We will use Google Firebase Hosting as our hosting provider. Google Firebase provides free web hosting for 1GB of data and 10GB of data transfer limit for a month. You can also connect to your custom domain in the basic plan and have many projects and websites running in that shared resource. Steps: Install NodeJs: Once Node is installed, install google firebase tools in your computer npm install -g firebase-tools Google console link Login to firebase firebase login Initialize project Once you are in your project folder, use “fireba
Back to Top