I have three different cloud-function projects and each project contains unique function and environment variables associated with them. Is there a way to have access to environment variables setup in project 'A', while function in project 'B' is being executed?
Say functions.config().user.name="mike" is setup in project 'A' and I want to have access to that user variable when invoking function in project 'B'.
All projects are under the same firebase account but in separate projects.