Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

firebase-functions

Package Overview
Dependencies
Maintainers
1
Versions
115
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

firebase-functions - npm Package Compare versions

Comparing version 0.5.1 to 0.5.2

2

changelog.txt

@@ -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).
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc