I’m using AngularJS and Firebase.
Goal: I want to display all the data that’s in my Firebase (fixed number of items: ~1600).
Problem: It takes about 10 seconds until AngularFire calls "loaded". The data is about 120 kb and I feel that this could be faster. (e.g. loading the dataset from a .json file takes a second or so).
Is there a way to speed this up?