node-red-thinkninjas-google-pubsub
v0.0.4
Published
Node-Red node for using Google Cloud PubSub
Readme
This project is not affiliated with Google.
Installing
npm install node-red-thinkninjas-google-pubsub
Description
This project currently uses GOOGLE_APPLICATION_CREDENTIALS to authenticate.
Subscribe Node Output
| Property | Type | Description |
| ----------- | ------------- | --------------------------------------------------------------------------------- |
| payload | object | message: string, attributes: [string : string] |
| time | number | Milliseconds since Epoch. |
Publish Node Input
| Property | Type | Description |
| ----------- | ------------- | --------------------------------------------------------------------------------- |
| payload | object | message: string, attributes: [string : string] |
