Maybe someone has encountered, tell me ...
I don't understand: the problem is either with the cache or with Firebase Hosting quotas. I upload the Flutter Web application to hosting. For debugging, I wrote a version of the difference in a prominent place. I run the version locally on the computer - my identification mark is visible, after flutter build web -> firebase deploy. Bottom line, if you run the software locally on your computer, the changes are visible, and if you run it from firebase hosting, the old version is visible. The Blaze tariff, I wrote to support, was sent here.
fitebase.json
{
"hosting": {
"public": "build/web",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"headers": [
{
"source": "**",
"headers": [
{
"key": "Cache-Control",
"value": "no-cache"
}
]
}
]
}
}