As I received email from Firbase to upgrade Firebase Cloud Function with Node 10 and Cloud Build API.
I have done all the steps as below:
- Updated to the "Blaze" pay-as-you-go Plan
- Updated Node.js 10 runtime
- Enabled Cloud Build API
Now what?
I am just sending notification when some data get updated in Cloud Firestore in my old cloud function.
Will the same function will work which I have used before? or Do I need to do something with Cloud Build API?
Can anyone please suggest me?