issues
search
firebase
/
firebase-functions-test
MIT License
235
stars
52
forks
source link
Fix bug where setting service account key file location wasn't working
#15
Closed
laurenzlong
closed
6 years ago
laurenzlong
commented
6 years ago
Description
Fix 2 bugs in index.ts:
top level export was actually missing the service account path parameter, which the init function in lifecycle.ts has.
the cleanup function didn't work properly
Code sample
Description
Fix 2 bugs in index.ts:
Code sample