Connecting Firebase To Slack With Node

Posted by:

For a recent project, we needed to send various types of user feedback to corresponding Slack channels from a single page HTML5 app.

Since Slack webhook endpoints must be hidden, this can’t be done directly from the browser without revealing that URL and inviting spammers to flood the Slack channels.

The application was not running a traditional backend, but rather being served statically ...

Continue Reading →
0