【发布时间】:2019-08-28 04:54:37
【问题描述】:
我试图了解我的应用的每个用户正在使用多少资源(Google Cloud、Firebase)。我很乐意提供相关文档和实施示例的链接。
我希望用户提前付款,并在借方低于 0 时为用户阻止昂贵的服务。
【问题讨论】:
标签: firebase firebase-realtime-database google-cloud-platform google-cloud-firestore cost-management
我试图了解我的应用的每个用户正在使用多少资源(Google Cloud、Firebase)。我很乐意提供相关文档和实施示例的链接。
我希望用户提前付款,并在借方低于 0 时为用户阻止昂贵的服务。
【问题讨论】:
标签: firebase firebase-realtime-database google-cloud-platform google-cloud-firestore cost-management
Firebase 或 Google Cloud Platform 中没有内置任何内容来分解应用用户的资源消耗。
如果您的用例需要它,您必须自己构建它。如何做到这一点取决于您使用的每个单独的产品。
【讨论】: