firebase-element
firebase-element copied to clipboard
Web components for the Firebase Web API
This pull requests want to make this Polymer element consistent with the majority of other Polymer elements. The uppercase version "Polymer" is closer to real name of the github project...
Setting a value via `this.set('parent.value')` would fail to set. In addition the value didn't seem to be set, debugging in step though the old value was being used instead of...
… been loaded and can be accessed. Hi, There are instances when a client needs to know when it is able to start accessing data from firebase. Having an event...
This is a fix for #130. Applications need a way to handle errors that are thrown by the firebase library like `Permission denied`.
Hello Team - How one can integrate non-default providers eg: Azure AD, which has the same authentication model , oAuth / Open ID ? Regards, Sowmyan
For example something like: ``` ``` with getLocation defined as: ``` getLocation: function() { return "https://dinosaur-facts.firebaseio.com/dinosaurs"; } ``` gives the following:  Looks like an issue in _applyLocalDataChanges since it...
Please add the ability to get only the immediate children in a collection, essentially setting shallow=true, limiting the depth of the response. Thanks
The `_onQueryCancel` method of the `firebase-query-behaviour` should fire an event so I can handle errors like `Permission denied...` in my application. At the moment, there is no event one can...