gpt4 book ai didi

firebase - 如何让 firebase deploy --email 或 --token 参数工作?

转载 作者:行者123 更新时间:2023-12-04 00:03:00 24 4
gpt4 key购买 nike

我在使用这些 firebase 命令部署 travis CI 和 firebase 时遇到问题:

firebase deploy --email ${FIREBASE_USERNAME} --password ${FIREBASE_PASSWORD}
firebase deploy --token ${FIREBASE_TOKEN}

它不喜欢 --email选项,它似乎需要 --token但不适用于我可以从我的 firebase 应用程序获取的 firebase 身份验证 token 。我究竟做错了什么?

最佳答案

在 CLI 的 2.0 版本中删除了电子邮件选项。

使用 firebase login:ci 生成 token 。

  1. On a machine with a browser, install the Firebase CLI.
  2. Run firebase login:ci to log in and print out a new access token (the current CLI session will not be affected).
  3. Store the output token in a secure but accessible way in your CI system.

关于firebase - 如何让 firebase deploy --email 或 --token 参数工作?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34192993/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com