Closed gaddesai closed 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>
I totally forgot about the polymer convention. order-by-key start-at="20160310"
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.