firebase-element
firebase-element copied to clipboard
Web components for the Firebase Web API
Hello, I would like to listen to 'set' or 'update' failures (e.g. because of a rule not matching, etc). I wrote a quick fix for myself in Typescript: ``` this.query.child(key).set(value,...
The `firebase-value` event is not in the documentation as far as I can tell. So I think it needs to be added. Along with all the other available events.
It's really necessary to know when data has been retrieved. At the moment the only solution is to attach an observer to the property that we binded to the data...
Please explain how to `observe` changes on data ? There is a property named `observers` how can I use it? When I try to use native polymer observers, I do...
When an item in firebase get's updated the components call the following code. The given code will call splices on the array which causes any selected item to be deselected....
When I use firebase-collection on index.html and iterate with iron-list it works. But when I encapsulate this in my custom element it loads only first item from firebase collection. And...
Hi. If i'm using variable binded to firebase-collection in my element in computed property as argument parameter, my computed property not updating, when changes occur. Example: ``` javascript (function ()...
I have a collection component that i use to list my products. When i add a new product to the collection i want to notify the user that the product...
Since maybe here are more people who could tell me if my problem is related to something firebase specific I will repost my [stackoverflow question](http://stackoverflow.com/questions/32749282/firebase-collection-does-not-work-within-restamped-conditional-template) I'm having a problem with...