Node/quickstarts/testlab-matrix-completed/README.md
This sample demonstrates how to trigger a function in response to the completion of a Test Matrix in Firebase Test Lab.
2nd-gen/test-complete
directory.npm install -g firebase-tools and then configure it with
firebase login.firebase use --add and select your
project in the list.cd functions; npm install; cd -firebase deploy --only functionsTo see how to post to Slack instead of just console.log-ing, check out
this sample.