I am trying to set up the Flashlight example for Firebase (first locally) but got stuck. I manage to push the search to Firebase:
But I do not get a response post into Firebase. My app.js logs say
Connected to ElasticSearch host localhost:9200
Connecting to Firebase https://my-instance.firebaseio.com
Indexing firebase/message using path "Posts"
Queue started, IN: "search/request", OUT: "search/response"
... and is updating me about the constantly updating index based on Firebase activity.
What am I missing?