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
gcr.io/cloud-builders-community/firebase
command firebase deploy working
firebase deploy
I get the error:
Error: Not in a Firebase app directory (could not locate firebase.json)
Even though there is a firebase.json in the current directory.
docker run --rm -e GOOGLE_APPLICATION_CREDENTIALS=./backend/videosdb/keys/testing.json firebase deploy --project videosdb-testing --only=hosting
Also, if I just switch to using my local firebase binary, it deploys well. I.E. Removing the "docker run --rm -e" part of the above command.
"docker run --rm -e"
Thank you for your time. I am avaiable for testing.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Affected builder image
gcr.io/cloud-builders-community/firebase
Expected Behavior
command
firebase deploy
workingActual Behavior
I get the error:
Even though there is a firebase.json in the current directory.
Steps to Reproduce the Problem
docker run --rm -e GOOGLE_APPLICATION_CREDENTIALS=./backend/videosdb/keys/testing.json firebase deploy --project videosdb-testing --only=hosting
Additional Info
Also, if I just switch to using my local firebase binary, it deploys well. I.E. Removing the
"docker run --rm -e"
part of the above command.Thank you for your time. I am avaiable for testing.
The text was updated successfully, but these errors were encountered: