googlearchive / firebase-util

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

fix(Paginate) : correct startAt if orderByKey #93

Open pdesgarets opened 8 years ago

pdesgarets commented 8 years ago

Replace 2nd argument of Firebase startAt() with undefined if ordering field is $key

closes #92