googlearchive / firebase-util

An experimental toolset for Firebase
http://firebase.github.io/firebase-util
MIT License
276 stars 67 forks source link

Fixed: Errors not being passed to the callbacks #58

Closed maxrevilo closed 9 years ago

maxrevilo commented 9 years ago

Hi, I was having problems with AngularFire and just saw the issue #56.

Then I debugged and found the little bug that was causing the problem, as you can see the callbacks were not receiving the error parameter but always undefined.

katowulf commented 9 years ago

Nicely done! Appreciate the PR. Also, welcome to the Firebase community. :+1:

maxrevilo commented 9 years ago

Hi @katowulf thanks!