0

A time ago i've created functions (API) on my firebase, i would like to add more but I don't have the files locally, neither on github. How can I get them from the firebase server?

Frank van Puffelen
  • 565,676
  • 79
  • 828
  • 807

1 Answers1

0

You can download the source of the scripts from Google Cloud Functions: https://console.cloud.google.com/functions/list

  • You can then access each function independently here. Image of Cloud Functions

This will take you to a window with several tabs.

  • Click the SOURCE tab and then Download Zip Details of Cloud Function

*Depending on your build, it may be missing some components and modules but it is a way to recover them in a practical manor.

DIGI Byte
  • 4,225
  • 1
  • 12
  • 20