Get code from firebase console which I deployed earlier

折月煮酒 提交于 2019-11-27 08:03:21

Note: the process below may work or not for your case. Don't rely on it as a replacement for keeping your code in a proper version control system.

You can retrieve the code for your Cloud Functions from the Cloud Console.

  1. Go to this URL
  2. Select the project that the function is in
  3. Select a function from the list
  4. You will get to this page:

  5. Select the Source at the top

  6. Click the "Source location" link

A zip file with the latest source of your function will start to download.

Note that these files may periodically get deleted. In that case, the above process will not work to recover your source code.

When you click to select your project, make sure you have the right organization selected.

It looks like that the answers given above are outdated and do not work anymore. This is the latest and most robust thalaiva way of accomplishing the task assigned to you in this tight deadline.

  1. Goto https://console.cloud.google.com/storage/
  2. Choose the bucket staging.<project-name>.appspot.com
  3. Click on firebase-functions-source file.

The zipped folder of your firebase functions will get downloaded

Cheers!

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!