firebase-element icon indicating copy to clipboard operation
firebase-element copied to clipboard

Polymer 1.0 :Nested dom-repeat templates cannot show the content of a child object

Open tjsavage opened this issue 10 years ago • 1 comments
trafficstars

From @HamzaouiMounir on June 22, 2015 13:36

I want to display an object content(comments) in a post data (using firebase-collection) : Here is the structure of a post in firebase :

"Publication" : { "date":"22-06-2015", "content" : "post example", "comments": { //a post has too many comments on it } } My goal is to add another dom-repeat to show comments but i cannot see anything. Here is the code example(the first template work correctly as i mentioned)

tjsavage avatar Jun 23 '15 21:06 tjsavage

From @kevinpschaaf on June 23, 2015 1:31

This is the issue tracker for the Polymer core library, not elements created with it. We'll move this to a more appropriate location (probably https://github.com/GoogleWebComponents/firebase-element).

tjsavage avatar Jun 23 '15 21:06 tjsavage