Questions tagged [backfire]

BackFire is a set of Backbone bindings for Firebase. The bindings let you use a special Collection type that will automatically synchronize all models contained within it to Firebase, without the need to make explicit calls to save or sync.

18 questions
0
votes
2 answers

How do I iterate a Backbone Firebase Collection?

I currently started using Firebase as my backend solution for persistance. I found it easy to create new objects and persist it to Firebase with Backfire with a simple collection.add(obj) The issue comes when I try to get a Firebase collection…
kostas trichas
  • 2,923
  • 7
  • 28
  • 37
0
votes
1 answer

How to set up Firebase location as a Backbone Model ID?

I use BackFire - Firebase integration with Backbone.js Examining BackFire demo application I see that Firebase location is set as "root" key and as a value for ID key. JSON response from Firebase { "-It-MYaWEFBI1QGD8PXB": { …
Maris Zemgalis
  • 263
  • 1
  • 3
  • 7
-1
votes
1 answer

Loading message with Backfire and Backbone

I'm trying to insert a loading message/icon while Firebase (Backfire) is serving my backbone app with data, but it's now working well, here is a fiddle with a small example: http://jsfiddle.net/aJfUx/5/ I tried to add and remove a HTML element when…
swayziak
  • 353
  • 2
  • 7
  • 22
1
2