firebase-element
firebase-element copied to clipboard
Web components for the Firebase Web API
I'm creating a single-page application that gets and displays some data through both firebase-document and firebase-collection. I'm running into an issue with the following workflow (using the more-router for switching...
I'm able to get it somewhat working by changed the 'limit-to-last' attribute. Everytime this attribute is updated all the children are deleted and the page gets scrolled to the top
I've been struggling to get the firebase element working for about 6 months now and I'm still struggling sometimes just writing data to new location or knowing whether to use...
I have a collection of objects in a firebase db ```
I stumbled across this in an application I'm working on. In my application, I have an array that looks like the following (let's call it `data`): ``` properties: { data:...
I would like to use `firebase-auth` to login and _then_ load the elements for a `firebase-collection` or `firebase-document`. But, `firebase-collection` and `firebase-document` automatically run once the DOM is loaded, meaning...
_From @chriswalz on December 31, 2015 4:54_ I have this code below in an element called **** **** In another element I have this declaration. **** I get this error:...
_From @devAtPolydeals on June 17, 2015 23:58_ Can you provide a demo for firebase-element regards to how to add/remove data from firebase? I tried it based on the docs but...
Repro: http://jsbin.com/yuzixa/edit?html,console,output - Click 'Add' - Type in input - Note error ``` Uncaught Error: Firebase.child failed: First argument was an invalid path: "undefined". Paths must be non-empty strings and...
It's a feature request. It would be grate to have error event when query can't be processed. For example when you try to read data from an URL but you...