I am using ionic beta 7 and still the list does not refresh automatically. ChangeDetectorRef.detectChanges() fixed the issue. Thanks for posting it here.
you were right rapropos. I had to remove the call to ChangeDetectorRef.detectChanges() as it was firing numerous times and making the application slow.
Is there any other solution for this?
@vasanth19 In case that you updated your project from an earlier version of the framework I would suggest to check if you performed the update properly. If you missed something by the update, it might result in such problems. Check out the following post for more details:
Was there any update on this topic? I am seeing the same issue described here in Ionic 2.0.1 using latest Firebase and latest Angularfire2. I have tried to update an Angularfire list and also used a firebase.ref().on, but neither way updates without interacting with the UI first. I’m using limitToFirst(limit), then trying to update the limit to increase the number of values in my array.