@runnerty/trigger-firebase

1.0.1 • Public • Published

Firebase Realtime Database Trigger for Runnerty:

With this trigger you can stream Firebase Realtime Database documents. It gets fired when a new record is stored in the document

Configuration sample:

{
  "id":"firebase_default",
  "type":"@runnerty-trigger-firebase",
  "serviceAccount": "/path-to-your-firebase-adminsdk.json",
  "databaseURL": "https://your-firebase-project.firebaseio.com"
}

Plan sample to Stream a hashtag

{
  "id":"firebase_default",
  "document":"/example/"
}

Chain input

This trigger sends to the input of the chain all the data that is recorded in the database document.

Package Sidebar

Install

npm i @runnerty/trigger-firebase

Weekly Downloads

0

Version

1.0.1

License

MIT

Unpacked Size

4.74 kB

Total Files

7

Last publish

Collaborators

  • coderty