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 need to run the firebase-tools command with the --debug flag but cannot seem to do so without forking the codebase. Perhaps there can be an arg that allows passing flags through to the firebase-tools invocation?
The text was updated successfully, but these errors were encountered:
In my case it is a successful deployment, I am trying to gather debug information as to why authorized domains are not being automatically added. It would be great to have this as a separate flag we can add ourselves to debug these non-failing scenarios.
firebase deploys can take an incredibly long time -- the existing --debug behavior which re-runs the firebase command after a failure means you get the joy of waiting twice as long for the error messages. Would like a way to turn that off and explicitly specify whether the cli should be invoked with --debug
I need to run the
firebase-tools
command with the--debug
flag but cannot seem to do so without forking the codebase. Perhaps there can be an arg that allows passing flags through to thefirebase-tools
invocation?The text was updated successfully, but these errors were encountered: