https://github.com/runnerty/trigger-firebase
Runnerty module: firebase database trigger
https://github.com/runnerty/trigger-firebase
firebase runnerty trigger
Last synced: about 1 year ago
JSON representation
Runnerty module: firebase database trigger
- Host: GitHub
- URL: https://github.com/runnerty/trigger-firebase
- Owner: runnerty
- License: mit
- Created: 2018-10-11T11:48:22.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-03-13T01:29:23.000Z (about 1 year ago)
- Last Synced: 2025-03-25T09:21:25.605Z (about 1 year ago)
- Topics: firebase, runnerty, trigger
- Language: JavaScript
- Size: 392 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 37
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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:
```json
{
"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
```json
{
"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.
[Runnerty]: http://www.runnerty.io