FirebaseExtended / angularfire

AngularJS bindings for Firebase
MIT License
2.73k stars 632 forks source link

child() method missing #939

Closed brandonvilla21 closed 7 years ago

brandonvilla21 commented 7 years ago

Description

The call to child("messages") method is missing in line 145 thus, the Controller (ChatCtrl) won't be able to get the messages collection

Code sample

var ref = firebase.database().ref().child("messages");

googlebot commented 7 years ago

Thanks for your pull request. It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

:memo: Please visit https://cla.developers.google.com/ to sign.

Once you've signed, please reply here (e.g. I signed it!) and we'll verify. Thanks.


googlebot commented 7 years ago

Thanks for your pull request. It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

:memo: Please visit https://cla.developers.google.com/ to sign.

Once you've signed, please reply here (e.g. I signed it!) and we'll verify. Thanks.


coveralls commented 7 years ago

Coverage Status

Changes Unknown when pulling 1cb22383a8ba94d228c40f999554e594332e4188 on brandonvilla21:patch-1 into on firebase:master.