I am building a chat app using firebase. It works in Javascript but causing me a lot problem in performance and interaction on the interface using it in a webview. I try to change the chat to LUA. I can get data from firebase and can send data to the firebase using their REST service.
Here is the problem:
I need to listen to the changed data. And I need to use the REST streaming. I could not find any example on how corona can do it. Can someone help?