answers-app
answers-app copied to clipboard
fix Backend.js to work on node.js with Firebase
In my PR, there is a try/catch around the new Firebase() line because it was raising an exception when rendering with Universal. This should be fixed to actually create a node-friendly Firebase instance instead of just giving up.