Get code from firebase console which I deployed earlier

前端 未结 4 807
無奈伤痛
無奈伤痛 2020-11-28 09:16

I had created firebase functions in nodejs and deployed the code on firebase. The function was to send an email when the new user is created. I have lost the code now. Can w

4条回答
  •  自闭症患者
    2020-11-28 09:50

    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..appspot.com
    3. Click on firebase-functions-source file.

    The zipped folder of your firebase functions will get downloaded

    Cheers!

提交回复
热议问题