firebase-tools icon indicating copy to clipboard operation
firebase-tools copied to clipboard

Build is not getting uploaded to Firebase App Distribution using GOOGLE_APPLICATION_CREDENTIALS

Open jaydeepbhayani opened this issue 8 months ago • 10 comments

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

image

NOTE: when use --token it is successfully getting uploaded to Firebase App Distribution

jaydeepbhayani avatar Jun 10 '24 13:06 jaydeepbhayani