I'd like to integrate the Cloudflare R2 (object storage) with my Firebase project.
Normally you would use Firebase Storage but since Google Cloud has some insanely high egress fees, I'd prefer to use Cloudflare R2 as a storage option.
Do you know if Firebase/Google allows such an integration? And if so, how could it be done?
Further, is it possible to use the Cloudflare CDN instead of the Firebase CDN?
I've tried to achieve said integration but so far, I'm kinda clueless.