fyp
v0.0.3
Published
Fuck you promises
Downloads
13
Readme
fyp
Fuck you promises
basically just for this type of bullshit
function getSomething (path, callback) {
var ref = Firebase.database().ref(path);
var onValue = Fyp(ref.on('value'));
onValue(callback);
}