Hi everyone, I'm looking for a way to reuse code across Cloud Functions. My goal is to have shared functions that can be used by multiple Cloud Functions. So far, I haven't found a simple way to do this without running into permission issues, index conflicts, etc.
Has anyone looked into this? This applies to both onCall
and HTTP functions.
Thanks!