【问题标题】:How to pull the already deployed cloud function from Firebase Cloud function [duplicate]如何从 Firebase Cloud 功能中提取已部署的云功能 [重复]
【发布时间】:2017-11-26 22:32:36
【问题描述】:

我已经从另一台机器上部署了一些关于 firebase 云功能的代码。我换了机器,想把现有的云功能拉到这里。当我做 firebase login 然后firebase init 并选择与现有项目相同的项目,但它仍会创建 empy index.js 文件

【问题讨论】:

标签: firebase google-cloud-functions


【解决方案1】:

部署只适用于一个方向 - 从计算机到云。目前没有办法将您的代码从云中恢复到计算机上。相反,您应该使用某种源代码控制来管理您的代码。

【讨论】:

猜你喜欢
  • 2020-05-07
  • 2020-09-04
  • 2020-11-24
  • 2021-12-01
  • 2021-11-17
  • 1970-01-01
  • 2018-08-20
相关资源
最近更新 更多