0.0.5 • Published 1 year ago

firebase-functions-downloader v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Firebase Functions Downloader

npm version npm HitCount npm

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
  • region: string - Region where functions are deployed in

    • alias: r
    • required
  • output: string - Output path where functions will be downloaded to

    • alias: o
    • optional