cchan / WUCT

Scoring system for the Washington University Chemistry Tournament Breaking Bonds Round. Built on Firebase, with instant syncs and no backend.
https://wuct.clive.io
MIT License
0 stars 0 forks source link

Specificity of ref.off() #10

Open cchan opened 5 years ago

cchan commented 5 years ago

ref.off() removes all callbacks to a given reference: https://firebase.google.com/docs/reference/js/firebase.database.Reference#off

This may cause conflicts where multiple components are .on() the same reference.