We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
firebase-tools: 9.22.0 Platform: Mac
firebase use a-project-with-no-apps
firebase apps:sdkconfig web --json
The JSON output indicates "Project a-project-with-no-apps has no apps. Create an app first." or similar.
Output for this example project "a-project-with-no-apps" is:
{ "status": "error", "error": "Project a-project-with-no-apps has multiple apps, must specify an app id." }
which is misleading - the command can't produce output in this non-interactive mode because there are 0 apps, not multiple apps.
The text was updated successfully, but these errors were encountered:
I'll file bug against Firebase UI example steps that led to discovering this misleading error message; I removed mention here.
Sorry, something went wrong.
bkendall
Successfully merging a pull request may close this issue.
[REQUIRED] Environment info
firebase-tools: 9.22.0
Platform: Mac
[REQUIRED] Test case
[REQUIRED] Steps to reproduce
firebase use a-project-with-no-apps
firebase apps:sdkconfig web --json
[REQUIRED] Expected behavior
The JSON output indicates "Project a-project-with-no-apps has no apps. Create an app first." or similar.
[REQUIRED] Actual behavior
Output for this example project "a-project-with-no-apps" is:
which is misleading - the command can't produce output in this non-interactive mode because there are 0 apps, not multiple apps.
The text was updated successfully, but these errors were encountered: