0
votes

How to route certain read requests (e.g. myapp.web.app/storage/avatar.jpg) to files that is stored in Firebase Storage? Reasons:

1

1 Answers

1
votes

This is not possible just with any of the configuration options available for Firebase Hosting. Best you could do is rewrite a URL to Cloud Functions or Cloud Run, where you have code to download the content from Stroage and send that to the client.