Firebase: Budget and Daily Spending Limit

2019-08-01 11:56发布

I've set a daily spending limit for my Firebase project.

Inside the same project, I added a NodeJS App Engine app.

So I've received this warning:

enter image description here

In that case, all spending limits are ignored? If Firebase goes to $99999 it won't be stopped?

Thanks..

1条回答
走好不送
2楼-- · 2019-08-01 12:15

The warning you receives reflects reality, if your app is deployed in the App Engine Flexible environment. To avoid $99999 surprises, you can create a budget for a GCP project to protect somehow your bill and monitor all of your Google Cloud Platform charges from one place. To see how you create a budget, you may have a look at the "Managing GCP Projects, App Engine Applications, and Billing" documentation page.

查看更多
登录 后发表回答