Host a BI report using ReactJs+Firebase with Auth — part4 Firebase Host + Auth
In previous articles, Part one, Part two and Part three, we have created a webpage with our data, desired UI components and prepared it for hosting. Now, it is all configured through the firebase console and firebase CLI.
Host the website
I comment out the Auth related code first to check if the hosting success.
Download firebase CLI and initialise the current project
After npm install firebase-tools, type “firebase init”, choose “hosting” as below.
Choose existing project