0.0.5 • Published 3 years ago
firebase-functions-downloader v0.0.5
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-centralWith npm
1- Install the library
- npm
npm install -g firebase-functions-downloaderor
- yarn
yarn global add firebase-functions-downloader2- Execute command
firebase-fd --project dev --region us-centralAvailable 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: