I built a Flutter app. The main part of the app is uploading user videos. Until now I had connected Firebase cloud storage to my app. However, for cost reasons I wanted to use Backblaze as storage and Cloudflare as CDN. The question I have is: I need to provide a URL in Cloudflare, the problem with this is a Flutter app which is not a domain like a website after all. I don't quite understand how to solve this? App is written in Flutter most of the backend is Firebase. I want to use the free plan from Cloudflare.
If any questions please let me know.