node-red-thinkninjas-google-pubsub 0.0.4
Node-Red node for using Google Cloud PubSub
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] |