Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Do Firebase Cloud Functions require Billing to be enabled by April 20, 2020 because of the Cloud Build API?

  • Firebase: Enable the Google Cloud Build API for your Cloud Functions project? & understanding "action required" email from GCP, re: enable Cloud Build API ask for something different and I understand what Cloud Build means for Firebase Functions as described in the following. I am asking about the billing requirement - if that is a thing. This is not clear from the notice.

Cloud Functions & Cloud Build

I have received notice via email that I need to do the following for my Firebase project:

[Action Required] Enable the Google Cloud Build API for your Cloud Functions project(s) before April 20, 2020

The message further explains that Cloud Functions will use Cloud Build, Container Registry, and Cloud Storage in the future in order to deploy code.

Billing

Having received the notice, I followed the described steps:

  1. Access the Cloud Build API link in the Cloud Console.
  2. Select your project from the drop-down menu.
  3. Click Continue to enable the Cloud Build API for the project. A box will appear in the lower-left corner to confirm the API is enabled.

I visited the link and followed the steps and it fails: This API cannot be enabled at the moment. You may lack appropriate permissions. Using the "Enable" button at Cloud Build in the Google Cloud Console for my Firebase project shows me:

Billing required


Does this mean that Cloud Functions for Firebase now require billing to be enabled, i.e. the Blaze plan?

like image 343
creativecreatorormaybenot Avatar asked Feb 28 '20 14:02

creativecreatorormaybenot


1 Answers

The answer is yes (confirmed by support) and no.


If you want to deploy Cloud Functions after April 20, you will have to set up a billing account in the GCP console. This is because you need to pay extra for Cloud Build when exceeding the free quota.


However, you do not need to select the Blaze plan in Firebase.

like image 144
creativecreatorormaybenot Avatar answered Oct 13 '22 19:10

creativecreatorormaybenot