gpt4 book ai didi

node.js - Cloud Functions for Firebase - 未配置结算帐号

转载 作者:IT老高 更新时间:2023-10-28 21:51:21 26 4
gpt4 key购买 nike

我刚刚为 Firebase 实现了新的 Cloud Functions,但日志中有些东西让我感到困扰:

Billing account not configured. External network is not accessible and quotas are severily limited. Configure billing account to remove these restrictions

我实际上设法从外部网络访问该功能,所以我想知道我真的必须提供我的结算帐户吗? firebase 文档中对此一无所知。

我将 Spark 订阅计划用于个人测试目的,如果我不打算支付任何费用,我不想添加账单信息。

最佳答案


当未配置结算帐户时,Google Cloud Functions 会自动记录“未配置结算帐户”警告消息。这并不意味着您的代码不起作用,而只是作为提醒,以防万一您遇到问题。


限制是关于出站访问 - 例如。您的功能可以从一般互联网请求资源吗?使用函数来响应 webhook 或访问 Google 内部服务(例如实时数据库)绝对没问题。

如果您想调用第三方网络服务(例如),您需要启用计费功能。

关于其他配额,请查看:https://firebase.google.com/pricing/ - 如您所见,免费层中的调用次数(撰写本文时为 125,000 次)以及 CPU 和内存(40k cpu-seconds 和 40k GB-seconds)存在限制。

关于node.js - Cloud Functions for Firebase - 未配置结算帐号,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42784135/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com