Questions tagged [firebase-util]

This is a collection of power toys (mostly experimental) and utilities for use in Firebase.

Firebase has set up a utility helper file that they recommend using. You can get it from github here: https://github.com/firebase/firebase-util

20 questions
0
votes
1 answer

AngularFire NormalizedCollection and order in firebasearray

I use AngularFire and Firebase-util library. I would like to order a list in descending order from the last element to the first insert (in the bottom of this list). var ref = firebase.database().ref(); var nc = new…
0
votes
1 answer

Firebase Util NormalizedCollection error with AngularFire

This is the error message I get : Cannot read property 'NormalizedCollection' of undefined I downloaded it with bower install firebase-util and inserted it in my Ionic project (in the index…
0
votes
1 answer

Ionic Firebase Infinite Scroll Order

I can't seem to get my firebase scroll to order properly. I have some posts in Firebase , and i would like to have Firbase order my post from most recent to oldest one. However, it s doing the opposite. The posts are being sorted from oldest to…
Abba
  • 519
  • 6
  • 17
0
votes
1 answer

AngularFire server side infinite scrolling with distance calculation order on the fly.

I am building an Ionic App with Firebase / AngularFire. And I am facing a tricky situation: I want my ng-repeat to be more performance optimized. And I heard the BEST way to do it is infinite scroll. I used AngularFire to get all my data in a…
Hugh Hou
  • 2,344
  • 5
  • 31
  • 55
-1
votes
3 answers

Is firebase 3 release is compatible with firebase-util

Is firebase-util and angularfire are compatible with new firebase 3.0 release ? Thanks
1
2