Skip to content

Allow passing --debug flag to firebase-tools command #34

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Open
jthegedus opened this issue Oct 1, 2020 · 3 comments · May be fixed by #325
Open

Allow passing --debug flag to firebase-tools command #34

jthegedus opened this issue Oct 1, 2020 · 3 comments · May be fixed by #325

Comments

@jthegedus
Copy link

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?

@jhuleatt
Copy link
Collaborator

jhuleatt commented Oct 2, 2020

If the deploy command fails, it will automatically rerun with the --debug flag (implemented in #15)

Does that cover your use case?

@jthegedus
Copy link
Author

jthegedus commented Oct 3, 2020

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.

@breathe
Copy link

breathe commented Nov 4, 2023

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

@leoortizz leoortizz linked a pull request Dec 6, 2023 that will close this issue
2 tasks
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants