Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Download Firebase Cloud Functions [duplicate]

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.

like image 411
HWS Azubi Avatar asked May 19 '17 12:05

HWS Azubi


1 Answers

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.

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.

like image 185
T M Avatar answered Oct 08 '22 01:10

T M