Cloud Functions for Firebase - 检索已部署的代码? [复制]
Posted
技术标签:
【中文标题】Cloud Functions for Firebase - 检索已部署的代码? [复制]【英文标题】:Cloud Functions for Firebase - Retrieving already deployed code? [duplicate] 【发布时间】:2019-03-03 05:58:54 【问题描述】:我为 Firebase 函数部署了一个代码。现在我需要为另一个项目使用相同的代码。但是我在本地机器上丢失了代码。
是否可以从 Firebase 控制台检索代码?
【问题讨论】:
【参考方案1】:是的,您可以在 Google Cloud Platform 控制台(而非 Firebase 控制台)上找到您的 Cloud Functions 代码。
-
转到https://console.cloud.google.com/functions
(如有必要,切换到所需项目)
通过单击函数名称打开“函数详细信息”屏幕
点击“来源”标签(就在“版本”下拉列表下方)
您可以从文本区域复制/粘贴代码,也可以使用屏幕右上角的“下载 zip”按钮。
【讨论】:
我非常爱你! :D 谢谢! 这真的很有帮助 这似乎不再是这种情况。无法查看功能详细信息。有没有找到现有功能的新方法?我不再拥有上传的函数脚本,我想更改一个函数。 @JonTinsman 据我所知,情况仍然如此。请注意,它不在 Firebase 控制台上,而是在 Google Cloud Platform 控制台上console.cloud.google.com/functions以上是关于Cloud Functions for Firebase - 检索已部署的代码? [复制]的主要内容,如果未能解决你的问题,请参考以下文章
如何在 Firebase Cloud Functions 测试中模拟 FCM admin.messaging().sendToDevice() 的实现
如何使用 Google Python Client for Cloud Functions 获取 Google Cloud Functions 列表?
Cloud Functions for Firebase 超时
Cloud Functions for Firebase onWrite 超时