Cloud Functions / Twall // GDG Lille (@GDGLille)
Nothing to do, Jenkins does it :) (@see Jenkinsfile)
First, you have to install Firebase tools via npm install -g firebase-tools
.
Now, go in the worker directory, go further in the functions directory and :
- Play
firebase functions:config:get > .runtimeconfig.json
; - Play
npm run serve
; - Let the magic happen
There are only 1 function
- getTweetsForHashtag which retrieve the last 50 tweets mentioning the specified hashtag (by default #DevFestLille).
Helpful for question, bug and contribution request.