@firebase/functions

v0.3.0-canary.032786d
This is the Firebase Functions component of the Firebase JS SDK.

dev

rollup -c -w

test

run-p test:browser test:node

build

rollup -c

prepare

npm run build

test:node

nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --retries 5 --timeout 5000 --exit

test:browser

karma start --single-run

test:emulator

env FIREBASE_FUNCTIONS_EMULATOR_ORIGIN=http://localhost:5005 run-p test:node

test:browser:debug

karma start --browsers=Chrome --auto-watch
npm i @firebase/[email protected]

Metadata

Downloads