How do I change the host on firebase?

You cannot change hosted files in the Firebase Console. Instead, you should change the index. html on your local copy where you initially ran the firebase deploy command . Once you’re done with the changes, run firebase deploy again to push the updated version of your website to Firebase Hosting.

Read more