This repository was archived by the owner on Jul 24, 2019. It is now read-only.
-
Supports Firebase Cloud Functions and other serverless cloud providers by inspecting
req.rawBody
when the body appears to already be parsed. thanks @pichsenmeister! (#90) -
Improves the example app
greet-and-react
. It can now persist tokens usingnode-localstorage
, so that you don't need to install the app each time its restarted (#84). Also, a bug in the arguments forchat.postMessage()
was fixed (#83). thanks @ErwinLengkeek!