backfire

    1熱度

    1回答

    我試圖用骨幹網和火力地堡建立一個基本的應用程序: http://jsfiddle.net/C9wew/6324/ var counter = 0; var Box = Backbone.Firebase.Model.extend({ defaults: { number: 0 }, //firebase: new Firebase('https://b

    2熱度

    1回答

    我是Backbone和Firebase的新手。我使用的是事與願違,有一個集合: var UsersCollection = Backbone.Firebase.Collection.extend({ model: UserModel, firebase: new Firebase("https://xxxxxx.firebaseio.com/users"), }); 模型

    1熱度

    2回答

    我收到以下錯誤,當我嘗試調用破壞功能對我的骨幹型號: Uncaught TypeError: Cannot call method 'apply' of undefined backbone-firebase.js:126 Backbone.Firebase.sync backbone-firebase.js:126 Backbone.sync backbone-firebase.js:154

    2熱度

    1回答

    我正在使用BackFire的Backbone.Firebase.Collection。我有一個用於更新模型的輸入字段的偵聽器。該值被驗證,那麼該模型通過 this.model.save({'title': val}); 更新雖然數據並在火力地堡結束(通過僞造選中)得到更新,我得到控制檯以下錯誤: Uncaught TypeError: Firebase.update failed: First a

    0熱度

    2回答

    我目前開始使用Firebase作爲持久性的後端解決方案。 我發現很容易地創建新對象,並堅持它火力與逆火用一個簡單的 collection.add(obj) 問題是當我嘗試從服務器獲取火力地堡集合。 例如,當我嘗試 console.log(collection); 我得到這樣的輸出: => {length: 0, models: Array[0], _byId: Object, _event

    0熱度

    1回答

    我使用BackFire - Firebase與Backbone.js集成 檢查BackFire demo應用程序我發現Firebase位置設置爲「root」鍵並且是ID鍵的值。 JSON response from Firebase { "-It-MYaWEFBI1QGD8PXB": { "title":dummy title", "id": "-It-

    4熱度

    2回答

    我在玩firebase和逆火。 example沒有明確地說,但我已經發現它在您實例化您的Backbone.Firebase.Collection的實例時從服務器加載數據。例如: var TodoList = Backbone.Collection.extend({ model: Todo, firebase: new Backbone.Firebase("https://<yo