I need to backup existing function (nodejs) on production firebase project. I have check docs and unfortunately can't find information how to do this.
Asked
Active
Viewed 176 times
1 Answers
2
You can download or backup your deployed Firebase Function by following the steps:
- Go to Firebase Console, and select the project where your function deployed.
- Click the Functions to go to the dashboard
- Hover over the function name to show the vertical 3 dots and click the 3 dots.
- Click Detailed usage stats and it will redirect to Google Cloud Cloud Function Console.
- Look for SOURCE panel(between DETAILS and VARIABLE) and click.
- Find the DOWNLOAD ZIP button in the right side of screen and click.
It will start to download your latest source of your function in a zip file.

JM Gelilio
- 3,482
- 1
- 11
- 23