How do use `defineSecret` with express and `onRequest` in firebase function V"?
I am upgrading my firebase functions to V2 and I want to use the new way of managing secrets via defineSecret described here: https://firebase.google.com/docs/functions/config-env?hl=en&gen=2nd It is not clear to me how this works with onRequest to host a function via…