Hey, currently with 0.11.0 of App tester deployement step on bitrise, we get that error message:
App path contains a file, great!!
– Checking for existing firebase-tools on PATH…
Your machine already has firebase-tools@12.9.1 installed. Nothing to do.
– All done!
Deploying build to Firebase
firebase appdistribution:distribute “/bitrise/deploy/app-release.aab” --app “xxxxxxxxx” --token “[REDACTED]” --testers “xxxxxxx” --groups “xxxxxx”
Authenticating with --token
is deprecated and will be removed in a future major version of firebase-tools
. Instead, use a service account key with GOOGLE_APPLICATION_CREDENTIALS
: Authenticate for using client libraries | Authentication | Google Cloud
Error: failed to determine AAB info. HTTP Error: 403, The caller does not have permission
Is an update of the step currently in the pipe to support the new way of anthenticating ?
Should an issue be opened on the github project of the step ?
Thanks in advance.
G.