It is possible, but not recommended. Firebase hosting is already hosted through a global CDN and built for massive scale. Using CloudFlare acceleration (using it for DNS only, great) before Firebase Hosting, you probably slow down your site by adding an extra proxy level between the client and the content.
source
share