How to setup Cloudflare CDN to android app with firebase storage

we have an android application that we have developed using android studio, we are using firebase storage. If we want to use Cloudflare CDN for our app, then how can we connect our firebase storage to CDN?

I’ve used both Google Firebase / Cloud Storage and Cloudflare R2.
I switched to R2 because Firebase / GCS started ramping up the prices and it just didn’t went well, at least for my case.

Basically, your DNS records should be proxied :orange: to make sure you’re using features which Cloudflare offers.

Furthermore, Cloudflare acts as a Pull CDN, like most others, so when a file is requested for the first time, it is loaded in the cache and replicated to the each Cloudflare Edge therefore served to the visitor from the nearest possible location. Subsequent requests will come from the cache until that item expires or is evicted for lack of use until the next request. You’re certainly welcome to use any other service that suits you best, be it BunnyCND, KeyCDN or some other.

if we don’t have a website then how can we connect

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.