Search code examples
firebasebotshubot

Creating a custom bot rather than using Hubot with Firebase


I want to connect a custom Hubot to my Firebase database in my app, unfortunately, Firebase does not have an adapter to connect my Hubot implementation to. I will be making custom scripts and not really using any community scripts. Does it make sense to try and scrape together some type of adapter for Firebase or should I create a custom bot myself that directly connects to my Firebase database without Hubot?

Thanks!


Solution

  • After some research, I decided Hubot's value can greatly be attributed to the large community backing it and the ease to create new scripts. I decided to write my own bot because I would only be writing my own scripts for it to use.