My company has a larger customer using one of our HTTP Cloud Functions to fetch a large body of data in the response for his Microsoft PowerBI integration. The trouble is, I routinely run into the 10MB response size restriction for this guy and soon others.
Do I need to set up a dedicated API server since, with a low HTTP body length requirement documented at https://firebase.google.com/docs/functions/quotas, it seems that server-less API deployment doesn't cover my use case...?
We are heavily invested into Firebase and so far Cloud Functions have been working gloriously for every requirement we have needed to deliver on. I'm far more into programming apps and software than I am a full devops fellow, so any direction the community could steer me in would be very valuable because I'm not sure what new service to spin up on GCP and rebuild these endpoints into.
Thank you!