Firebase Spark 计划 - 托管 - 每日或每月数据传输限制?
Firebase Spark plan - hosting - daily or monthly data transfer limits?
根据 https://firebase.google.com/pricing 主机数据传输限制为 360 MB/day。
在 firebase 控制台中,hosting/downloads 的使用统计信息显示为 10GB/月的百分比。
来自 firebase FAQ,https://firebase.google.com/support/faq#pricing-blaze-free,“Blaze 计划中的免费使用与 Spark 计划中的免费使用有何不同?” --> “Blaze 计划的免费使用量按天计算。[...]”。
如这里所述,https://groups.google.com/g/firebase-talk/c/zEgCSA5-Zkc,每日配额用于 Blaze 计划。
我的假设是否正确,即在 Spark 计划中,每月最多可以传输 10GB 的数据(下载)而无需强制执行每日限制(这会使应用程序暂时不可用)?
随后,是否因为主机限制而无需升级到 Blaze 计划?
Firebase Quota 的免费配额为 360 MB/天。如果您使用的是 spark 计划,那么您的网站将不会在超过配额时提供服务。但是,如果您使用的是 Blaze 计划,您仍然拥有 360 MB/天的免费配额,并且只需为超过该配额的剩余使用量付费。
例如,如果您当天的使用量为 900 MB,则您需要支付 (900 - 360) = 540 MB 的使用量。
您会在当天超过 360 MB 带宽时看到类似的内容。要恢复为您的站点提供服务,您必须升级到 Blaze 计划。
很久以前我有过类似的查询,Firebase 支持人员是这样说的:
Firebase Hosting provides 10 GB of downloads in the free plan, if the
consumption for a website is more than that, the Blaze plan should be
used.
In your case, you/re on the Blaze plan, and you get those 10 GB/month
(distributed in 360 MB/day) free of charge. Once the downloads go over
the limit, you'll get charged for the exceeded amount.
You only get charged for what your website offers. If you embed
resources from third parties, the browser makes requests to those
sites instead of your Firebase website.
根据 https://firebase.google.com/pricing 主机数据传输限制为 360 MB/day。 在 firebase 控制台中,hosting/downloads 的使用统计信息显示为 10GB/月的百分比。
来自 firebase FAQ,https://firebase.google.com/support/faq#pricing-blaze-free,“Blaze 计划中的免费使用与 Spark 计划中的免费使用有何不同?” --> “Blaze 计划的免费使用量按天计算。[...]”。
如这里所述,https://groups.google.com/g/firebase-talk/c/zEgCSA5-Zkc,每日配额用于 Blaze 计划。
我的假设是否正确,即在 Spark 计划中,每月最多可以传输 10GB 的数据(下载)而无需强制执行每日限制(这会使应用程序暂时不可用)? 随后,是否因为主机限制而无需升级到 Blaze 计划?
Firebase Quota 的免费配额为 360 MB/天。如果您使用的是 spark 计划,那么您的网站将不会在超过配额时提供服务。但是,如果您使用的是 Blaze 计划,您仍然拥有 360 MB/天的免费配额,并且只需为超过该配额的剩余使用量付费。
例如,如果您当天的使用量为 900 MB,则您需要支付 (900 - 360) = 540 MB 的使用量。
您会在当天超过 360 MB 带宽时看到类似的内容。要恢复为您的站点提供服务,您必须升级到 Blaze 计划。
很久以前我有过类似的查询,Firebase 支持人员是这样说的:
Firebase Hosting provides 10 GB of downloads in the free plan, if the consumption for a website is more than that, the Blaze plan should be used.
In your case, you/re on the Blaze plan, and you get those 10 GB/month (distributed in 360 MB/day) free of charge. Once the downloads go over the limit, you'll get charged for the exceeded amount.
You only get charged for what your website offers. If you embed resources from third parties, the browser makes requests to those sites instead of your Firebase website.