问题描述
是否可以从Firebase云功能下载脚本.我上面有一个正在运行的脚本,但丢失了文件,现在无法更新函数.
is it possible to download the scripts from firebase cloud functions.I have a running script on it but I lost the file and now I can't update my function.
推荐答案
在开始使用Firebase Cloud Functions之前,我们已经设置了Google Cloud Platform帐户.现在,无论何时部署Firebase云功能,都可以通过Google的云平台进行访问.
Before we started working with Firebase Cloud Functions, we had set up a Google Cloud Platform account. Now whenever we deploy our firebase cloud functions, they are also accessible through Google's Cloud Platform.
尝试使用您的凭据在此处登录 https://cloud.google.com/
Try using your credentials to log in here https://cloud.google.com/
在功能"选项卡下查看是否可以访问您的功能.
See if you can access your functions under the the Functions tab.
如果可以的话,您将可以在那里下载项目的源代码.
If you can, you will be able to download the source for your project there.
这篇关于下载Firebase Cloud功能的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!