googlearchive / firebase-util

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

When I use NormalizedCollection and Pagination util it doesn't work. #70

Closed mifama closed 9 years ago

mifama commented 9 years ago

Hi, when I use the NormalizedCollection util and Pagination util it's doen't work together. In this case pagination return an error when i request for the next page. It's a javascript error this._ref.child() it's not a function of undefined.

I think it was very useful can be combinate NormalizedCollection and Pagination

katowulf commented 9 years ago

Please provide an mcve demonstrating the error. These utils work great together.

mifama commented 9 years ago

Hi, i make this example. The error is TypeError: this._ref.child is not a function You can watch it. https://jsfiddle.net/mifama/dzx8tymu/