*Angular:9.1.11*
*Firebase:7.15.4*
*AngularFire:6.0.2*
For Ci/CD want use Ci system of firebase-tools:
https://www.npmjs.com/package/firebase-tools#using-with-ci-systems
ng deploy is not possible to use --token flag
Steps to set up and reproduce
On bitbucket pipeline use --token flag
`ng deploy --token= $FIREBASE_TOKEN
Deploying to firebase hosting,functions
get error
Unknown option: '--token'
PR #2525
Hello angularFire team. I literally spend a ton of money in your app for my clients. At least answer us. It鈥檚 a shame that core features are broken.
It鈥檚 a shame you don鈥檛 manage the PR.
At least give us back the projets lead and we can manage it like a TRUE open source project.
work around:
npm run build:staging
npx firebase deploy --token $npm_package_config_token
configure .firebaserc to use targets
any progress on this issue?
This API is now available in 6.1
After seeing that this was resolved, I tested ng deploy --token {TOKEN} and i still get "Unknown option: '--token'" . What am I doing wrong?
Most helpful comment
This API is now available in
6.1