bitrise-step-firebase-app-distribution
bitrise-step-firebase-app-distribution copied to clipboard
Warning when running on Bitrise
Hello,
When running the step on Bitrise, it says the following warning: "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
: https://cloud.google.com/docs/authentication/getting-started"
What is the solution?
Hello @pablosanchezdev the solution is to use serviceCredentialsFile
then. We will keep the flag as much as it is available by firebase-tools itself. Once removed, we will remove it.
@guness Can you explain how to use serviceCredentialsFile here?