firebase/fastlane-plugin-firebase_app_distribution

Downloaded firebase_app_distribution, but there is no firebase_app_distribution_login as an action.

tndus77 opened this issue · 5 comments

*** Steps to file a bug ***

  1. Try updating to the latest version of this plugin, and fastlane
  2. If the issue persists, fill out the sections below
  3. Delete this section and submit

Issue Description

I downloaded firebase_app_distribution, but there is no firebase_app_distribution_login as an action.

screenshot
스크린샷 2023-03-08 오후 5 39 47

Configuration
Complete verbose output
Environment

| Library | Version |
| fastlane-plugin-firebase_app_distribution | 0.5.0 |
| fastlane | [REPLACE WITH FASTLANE VERSION] |
| fastlane-plugin-firebase_app_distribution | [REPLACE WITH PLUGIN VERSION] |

i downloaded firebase cli, too.

Hi @tndus77,

This is actually working as expected. The firebase_app_distribution_login action has been deprecated since July 2022 and was recently removed in the v0.5.0 release. See the Distribute apps using to testers using fastlane documentation for alternative ways to login. Since you also downloaded it signing in using the Firebase CLI may be easiest way.

Feel free to re-open this bug if you have any other questions/concerns/feedback.

colejd commented

@tagboola, the docs here are out of date - under "Authenticate your Firebase project", it asks the user to use firebase_app_distribution_login. This is confusing because the command is no longer available. Can you please pass this along?

@colejd I've filed a bug with the team, thanks for the heads up.