Firebase: Budget and Daily Spending Limit

2019-08-01 11:34发布

问题:

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:

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

Thanks..

回答1:

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.