If you use Firebase Hosting to direct requests to a Cloud Function via a rewrite, does that request traffic that "passes through" hosting get billed into Firebase Hosting GB transferred? (Ignoring the billing for the Cloud Function)
In other words,
Do Firebase Hosting function rewrites themselves cost money when requests come in?
To be clear,
Obviously, HTTP Cloud Functions cost money and have quotas. But, HTTP Cloud Function billing aside, does the traffic (ie the bytes) passing through the Firebase Hosting Rewrite get billed into Firebase Hosting billing?
To limit the scope of answers, the answer is either A or B:
A. $ for the function + $ for the request bytes passing through hosting.
OR
B. $ for the function + the rewrite doesn't cost anything.