We could run this, but I'm not sure we should be using the request and response object or not? Thanks for any pointers!
exports.helloWorld = functions.https.onRequest((request, response) => {
// response.send("Hello from Firebase!");
app.use('/', proxy());
});