Integrating Cloudflare R2 with Supabase & Expo for Secure Downloads
To securely serve files (like PDFs) from Cloudflare R2 to a React Native (Expo) app, a common pattern is: clients ask a secure backend for a short-lived URL, then use that URL to download directly. In our case, a Supabase…






