How to update a file that I deployed to Firebase Hosting?

后端 未结 3 912
闹比i
闹比i 2020-12-30 04:27

On deploying my app to Firebase, I am getting this message:

You\'re seeing this because you\'ve successfully setup Firebase Hosting. Now it\'s time to

3条回答
  •  佛祖请我去吃肉
    2020-12-30 05:22

    First of all Update all the coding and assets files in your local system then,

    1) Go to the directory in the terminal by typing $ cd {add your directory} 2) Login on your terminal console by typing $ firebase login in the terminal 3) after login write $ firebase deploy

    then, go to Hosting Section in your Firebase Console and delete the previously deployed files by deleting the previously added section in {Poject_Name} release history,

    like this enter image description here

提交回复
热议问题