firebase-functions
Advanced tools
Comparing version 0.5.1 to 0.5.2
@@ -1,1 +0,1 @@ | ||
feature - Beta release of the Firebase SDK for Cloud Functions. | ||
fixed - Updated public README. |
{ | ||
"name": "firebase-functions", | ||
"version": "0.5.1", | ||
"version": "0.5.2", | ||
"description": "Firebase SDK for Cloud Functions", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -1,11 +0,14 @@ | ||
# firebase-functions | ||
# Firebase SDK for Cloud Functions | ||
The `firebase-functions` package provides an SDK for defining Firebase Functions. | ||
The `firebase-functions` package provides an SDK for defining Cloud Functions for Firebase. | ||
## Installation | ||
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. | ||
In your Firebase project's `functions` directory, run: | ||
_This is a Beta release of Google Cloud Functions. This API might be changed in backward-incompatible ways and is not subject to any SLA or deprecation policy._ | ||
npm install firebase-functions | ||
## Learn more | ||
Learn more about the Firebase SDK for Cloud Functions in the [Firebase documentation](https://firebase.google.com/docs/functions/) or [check out our samples](https://github.com/firebase/functions-samples). | ||
## Usage | ||
@@ -27,1 +30,9 @@ | ||
``` | ||
## Contributing | ||
To contribute a change, [check out the contributing guide](CONTRIBUTING.md). | ||
## License | ||
© Google, 2017. Licensed under [The MIT License](LICENSE). |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
71015
38