Alberto Lobrano

Results 6 comments of Alberto Lobrano

@fantasticfears did you manage to run it ? i am getting this error all the time : Uncaught Error: Could not find module ./compat/inputData does anyone knows how to solve...

I had the same issue and i solved changing the following method in firebase-document ``` _updateRemoteDocument: function() { this._log('Updating remote document'); if(this.query){ this.query.update(this.dataAsObject); } }, ```

you can use iron-meta to store the value you want to share and iron-meta-query to query it and bind to an object. for instance: in one component you define ```...

hi @kevinpschaaf what is the status of this ?

@kevinpschaaf @cdata thanks for the update

Hi @addyosmani , yes i am referring exactly to that post and this one : https://www.firebase.com/blog/2015-09-24-atomic-writes-and-more.html I believe it is a great feature that firebase added there and i think...