Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 668 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 668 Bytes

Cloud Functions to HealthOS

The firebase-functions package provides an SDK for defining Cloud Functions for Firebase.

Cloud Functions is a hosted, private, and scalable Node.js environment where you can run JavaScript code. The Firebase SDK for Cloud Functions integrates the Firebase platform by letting you write code that responds to events and invokes functionality exposed by other Firebase features.

Learn more

Here are some features:

  • Send email when create RACS report, generate html, and attachment for send with nodemailer

Usage

npm install
npm run serve

License

© Google, 2017. Licensed under The MIT License.