Skip to content
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

Outputting a Firebase private key in shell format adds unnecessary backslashes(\) #1384

Open
nunoarruda opened this issue Nov 12, 2019 · 0 comments

Comments

@nunoarruda
Copy link

Do you want to request a feature or report a bug?

Bug.

What is the current behavior?

heroku-issue

Command: npx heroku config:get FAKE_FIREBASE_PRIVATE_KEY --shell
Output: FAKE_FIREBASE_PRIVATE_KEY='-----BEGIN PRIVATE KEY-----\\nxxxxxxxxx\\n-----END PRIVATE KEY-----\\n'

What is the expected behavior?

FAKE_FIREBASE_PRIVATE_KEY='-----BEGIN PRIVATE KEY-----\nxxxxxxxxx\n-----END PRIVATE KEY-----\n'

npx heroku -v
heroku/7.35.0 darwin-x64 node-v12.13.0

macOS Catalina 10.15.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant