firebase_app_distribution无法分发到CirclceCI上的测试人员组

问题描述

在Firebase控制台上,存在一个具有名称和别名的测试人员组,例如test-group。我的分发对象是:

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

运行fastlane从本地主机分发应用程序时,应用程序分发没有问题,但是在CircleCI上运行构建失败。

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

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

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

有人遇到类似的问题吗?

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)