guness / bitrise-step-firebase-app-distribution

Upload your apps to Firebase and sends email to your testers.
MIT License
35 stars 26 forks source link

Warning when running on Bitrise #51

Open pablosanchezdev opened 1 year ago

pablosanchezdev commented 1 year ago

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?

guness commented 1 year ago

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.

BaluNaik commented 5 months ago

@guness Can you explain how to use serviceCredentialsFile here?