GoogleWebComponents / firebase-element

Web components for the Firebase Web API
https://elements.polymer-project.org/elements/firebase-element
95 stars 72 forks source link

orderByKey and startAt attributes are not reflected in query #121

Closed gaddesai closed 8 years ago

gaddesai commented 8 years ago

I am using firebase-collection to query data. When i debug orderByKey is false and startAt is null even when I set attributes correctly. The query is not working as expected too. Using v1.0.12.

<firebase-collection id="myData" orderByKey startAt="20160310" location="{{location}}expenses/" data="{{data}}" on-firebase-value="_dataLoaded"></firebase-collection>
gaddesai commented 8 years ago

I totally forgot about the polymer convention. order-by-key start-at="20160310"