-
Notifications
You must be signed in to change notification settings - Fork 295
New issue
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 error on npm run deploy #531
Comments
In fact I modified the command to add the firebase login before the deploy --project= so I logged in, but after I have the error: Error: Failed to get Firebase project testsmarthome. Please make sure the project exists and your account has permission to access it. |
In fact it looks like this project is not deployable, there is alway a new error. src/my-app.js → public... Error: HTTP Error: 403, Unknown Error" How could it be possible to deploy this project in fact? |
@Nardol Thanks for the report, as shown in https://firebase.google.com/support/faq#expandable-9 Firebase Functions now require billing to be turned on for Node.js >= 10, filed #533 for us to update the documentation. |
I followed all the instruction provided in the README file but when running npm run deploy, I have the following error:
"Error: No currently active project.
To run this command, you need to specify a project. You have two options:
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
Having trouble? Try firebase [command] --help"
Firstly, I cannot find the firebase binary.
I also tried to modify the deploy command to include my project id but also error.
I didn't find any answer to this question.
What can I do to deploy successfully?
What did I miss in the readme file?
The text was updated successfully, but these errors were encountered: