【问题标题】:firebase_app_distribution can not distribute to testers groups on CirclceCIfirebase_app_distribution 无法分发给 CirclceCI 上的测试人员组
【发布时间】:2021-01-21 04:28:34
【问题描述】:

在 firebase 控制台上存在一个带有名称和别名的测试人员组,例如test-group。我正在分发:

firebase_app_distribution(
    app: ****,
    service_credentials_file: ***,
    groups: 'test-group',
    firebase_cli_token: ****
)

运行 fastlane 从 localhost 分发应用时,应用分发没有问题,但在 CircleCI 上运行构建时失败。

[!] 无法为测试人员启用访问权限。检查组是否存在以及测试人员电子邮件的格式是否正确 电子邮件:
组:[“测试组”]

在 Google 上搜索错误没有帮助。还添加了firebase_cli_token,但没有成功。还找到了一个建议添加firebase工具来安装CLI,结果是一样的

  -
      run:
           name: "Install Firebase CLI"
           command: |
              curl -sL firebase.tools | bash

有人遇到过类似的问题吗?

【问题讨论】:

    标签: firebase circleci fastlane circleci-2.0 firebase-app-distribution


    【解决方案1】:

    我遇到了同样的问题,发现它here。这是一个错误,但已修复!

    将 firebase 插件更新为 0.2.3:

    fastlane update_plugins

    更改 Gemfile.lock 中的版本并执行

    fastlane add_plugin firebase_app_distribution

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2011-12-23
      • 2020-09-06
      相关资源
      最近更新 更多