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
To my understanding from reading about similar problems, the project is rebuilt when firebase deploy is ran. This overrides any files that have been built before and thus ignores variables passed with --dart-define.
It would be nice to be able to specify '--dart-define var=value' parameters for building.
Change to the action that would solve that use case
Allow them to be passed in the ENV section of the yml. Example:
The use case you're trying to solve
To my understanding from reading about similar problems, the project is rebuilt when firebase deploy is ran. This overrides any files that have been built before and thus ignores variables passed with --dart-define.
It would be nice to be able to specify '--dart-define var=value' parameters for building.
Change to the action that would solve that use case
Allow them to be passed in the ENV section of the yml. Example:
Other considerations
Possibly instead have a flag that stops the build process during deploy?
The text was updated successfully, but these errors were encountered: