firebase-tools
firebase-tools copied to clipboard
Build is not getting uploaded to Firebase App Distribution using GOOGLE_APPLICATION_CREDENTIALS
REQUIRED] Environment info firebase --version 13.11.2
firebase-tools:
NA
Platform:
Ubuntu
[REQUIRED] Test case curl -sL https://firebase.tools/ | bash
[REQUIRED] Steps to reproduce curl -sL https://firebase.tools/ | bash
[REQUIRED] Expected behavior Everything is installed, as expected and should upload my aab or apk to firebase app distribution.
[REQUIRED] Actual behavior firebase appdistribution:distribute ./app/build/outputs/bundle/qut/app-qut.aab --app *** --release-notes "build name fix" --groups "QUT"
I am not using --token
as it is about to deprecate. so using GOOGLE_APPLICATION_CREDENTIALS getting below error
NOTE: when use --token
it is successfully getting uploaded to Firebase App Distribution