firebase-functions-downloader
v0.0.5
Published
Downloads firebase/google cloud functions code
Downloads
3
Maintainers
Readme
Firebase Functions Downloader
Automatically download your Firebase/Google Cloud Functions.
Table of Contents
Prerequisites
1- Make sure to have the gCloud CLI installed
2- Provide credentials as described here
Usage
- Don't forget to star this repo 😉
With npx
npx firebase-functions-downloader --project dev --region us-central
With npm
1- Install the library
- npm
npm install -g firebase-functions-downloader
or
- yarn
yarn global add firebase-functions-downloader
2- Execute command
firebase-fd --project dev --region us-central
Available Options
project
: string - Project to download from- alias:
p
- required
- alias:
region
: string - Region where functions are deployed in- alias:
r
- required
- alias:
output
: string - Output path where functions will be downloaded to- alias:
o
- optional
- alias: