I created a new GCP Project, and created a hello-world serverless cloud function from GCP Console.
I immediately get a mail that a Firebase project has been created as well, and my Cloud Function has been upgraded to 'Blaze' plan of firebase.
My question is, which pricing model should I refer?
https://cloud.google.com/functions/pricing - GCP
OR
https://firebase.google.com/pricing - Firebase
There is a difference in both pricing, where if you see in firebase pricing, 125K invocations/month are free, while in GCP Pricing, 2M invocations/month are free.
I am confused on which pricing is applicable if I simply want to use Cloud Functions, because even if I create a function from GCP Console, firebase console also shows the function in its console.