Firebase Hosting aggresively caches all files, including JS and CSS files. This means that doing firebase deploy will not immediately show the new version on the web.
A solution would be to automatically append a md5 hash or timestamp to the file names in index.html.
Firebase Hosting aggresively caches all files, including JS and CSS files. This means that doing
firebase deploy
will not immediately show the new version on the web.A solution would be to automatically append a md5 hash or timestamp to the file names in index.html.