You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.
This issue does not have all the information required by the template. Looks like you forgot to fill out some sections. Please update the issue with more information.
Hi @ChrisBrownie55 to set config variables for your function, please use firebase functions:config:set KEY=VALUE as explained in the Set Environment Configuration docs. Using FIREBASE_CONFIG variable and modifying .runtimeconfig.json file is not a supported way to configure your function. Closing this out.
Related issues
[REQUIRED] Version info
node:
v8.16.0
firebase-functions:
^2.3.0
firebase-tools:
6.8.0
I'm using 6.8.0 because
firebase functions:shell
doesn't work past this versionfirebase-admin:
^7.0.0
[REQUIRED] Test case
Here is a repro of this problem. The README file explains how to reproduce it yourself and includes screenshots of the issue failing and it sort of not failing when a fix is introduced.
https://github.com/ChrisBrownie55/firebase-functions-repro
[REQUIRED] Steps to reproduce
[REQUIRED] Expected behavior
I expect the following json value when I set the environment value of
"test"
to"value"
. And the extra config variables:[REQUIRED] Actual behavior
Were you able to successfully deploy your functions?
No error messages at deploy time but I always get
FIREBASE_CONFIG environment variable is missing
at run time.The text was updated successfully, but these errors were encountered: