I've set up an Angular SSR on a Firebase function. Now I try to debug a
few things, but something I'm missing.I've imported the functionsimport
functions from 'firebase-functions'; and try to use them in my Express
callsserver.get('*', (req, res) => ...