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
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