Advertisement
Guest User

Tweet to Firebase

a guest
Nov 23rd, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.65 KB | None | 0 0
  1. [{"id":"9c5018f0.488b78","type":"tab","label":"Tweet to Firebase","disabled":false,"info":""},{"id":"266aad4e.af26f2","type":"twitter in","z":"9c5018f0.488b78","twitter":"","tags":"#elhsgamedev","user":"false","name":"Get #elhsgamedev Tweets","topic":"tweets","inputs":0,"x":190,"y":60,"wires":[["772911c4.3719a","84e9862d.c60218"]]},{"id":"f650d0fe.bd7e","type":"firebase modify","z":"9c5018f0.488b78","name":"Set Firebase sky value to gray","firebaseconfig":"","childpath":"hashtag-elhs/sky","method":"set","value":"\"gray\"","priority":"msg.priority","x":750,"y":280,"wires":[[]]},{"id":"772911c4.3719a","type":"debug","z":"9c5018f0.488b78","name":"","active":true,"console":"false","complete":"false","x":670,"y":180,"wires":[]},{"id":"84e9862d.c60218","type":"switch","z":"9c5018f0.488b78","name":"sign , sky , or , music","property":"payload","propertyType":"msg","rules":[{"t":"cont","v":"sign","vt":"str"},{"t":"cont","v":"sky","vt":"str"},{"t":"cont","v":"music","vt":"str"}],"checkall":"true","outputs":3,"x":220,"y":240,"wires":[["f3257e81.05c7d"],["1c424a45.d4f686"],["b2bc050a.f4b5a8"]]},{"id":"f3257e81.05c7d","type":"firebase modify","z":"9c5018f0.488b78","name":"Set Firebase sign value","firebaseconfig":"","childpath":"hashtag-elhs/sign","method":"set","value":"msg.payload","priority":"msg.priority","x":710,"y":220,"wires":[[]]},{"id":"5842b31e.07affc","type":"firebase modify","z":"9c5018f0.488b78","name":"Set Firebase music value to DJ","firebaseconfig":"","childpath":"hashtag-elhs/music","method":"set","value":"\"DJ\"","priority":"msg.priority","x":750,"y":400,"wires":[[]]},{"id":"5440919a.a227a","type":"firebase modify","z":"9c5018f0.488b78","name":"Set Firebase sky value to blue","firebaseconfig":"","childpath":"hashtag-elhs/sky","method":"set","value":"\"blue\"","priority":"msg.priority","x":750,"y":340,"wires":[[]]},{"id":"b4e52bfd.cb4388","type":"firebase modify","z":"9c5018f0.488b78","name":"Set Firebase music value to birds","firebaseconfig":"","childpath":"hashtag-elhs/music","method":"set","value":"\"birds\"","priority":"msg.priority","x":740,"y":460,"wires":[[]]},{"id":"1c424a45.d4f686","type":"switch","z":"9c5018f0.488b78","name":"gray or blue","property":"payload","propertyType":"msg","rules":[{"t":"cont","v":"gray","vt":"str"},{"t":"cont","v":"blue","vt":"str"}],"checkall":"true","outputs":2,"x":450,"y":260,"wires":[["f650d0fe.bd7e"],["5440919a.a227a"]]},{"id":"b2bc050a.f4b5a8","type":"switch","z":"9c5018f0.488b78","name":"DJ or birds","property":"payload","propertyType":"msg","rules":[{"t":"cont","v":"DJ","vt":"str"},{"t":"cont","v":"birds","vt":"str"}],"checkall":"true","outputs":2,"x":450,"y":320,"wires":[["5842b31e.07affc"],["b4e52bfd.cb4388"]]}]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement