-
Notifications
You must be signed in to change notification settings - Fork 970
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve error message when functions:shell command fails due to missi…
…ng project association. (#6088) **Before**: ``` $ firebase functions:shell Error: An unexpected error has occurred. ``` **After**: ``` $ firebase functions:shell Error: No currently active project. To run this command, you need to specify a project. You have two options: - Run this command with --project <alias_or_project_id>. - Set an active project by running firebase use --add, then rerun this command. To list all the Firebase projects to which you have access, run firebase projects:list. To learn about active projects for the CLI, visit https://firebase.google.com/docs/cli#project_aliases ``` Fixes #6070
- Loading branch information
Showing
2 changed files
with
5 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters