0.1.0 • Published 10 years ago
riiidbot-brain v0.1.0
riiidbot-brain
A tiny firebase brain for riidbot.
Install
npm install riiidbot-brainUsage
FIREBASE_SECRET, FIREBASE_URL should be on environemnt variable.
B = require 'riiidbot-brain'
# firebase root ref can be accessed via B.root
root = B.root
keyRef = root.child 'key'
# callback will be called when authentication complete successfully
B.root.onAuth (auth) ->
return unless auth
# fetch data or other initialization process0.1.0
10 years ago