-
Notifications
You must be signed in to change notification settings - Fork 200
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fetching config variables when deploying Firebase Functions #29
Comments
Currently the action doesn't support this kind of behavior, though it is absolutely possible. I didn't realize they had added this functionality and have always set these configurations by hand. I'll look into it and see if I can add it for you. |
@glocore Would you mind sharing the entire workflow yaml file? |
Sorry for commenting in here. Is this in the plans? |
en pv |
The Firebase docs suggests downloading config variables using this command:
firebase functions:config:get > .runtimeconfig.json
This allows accessing the config variables inside JavaScript using
functions.config()
I was wondering if and how this command can be run using this action?
Thanks!
The text was updated successfully, but these errors were encountered: