GoogleWebComponents / firebase-element

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

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

Open tjsavage opened 9 years ago

tjsavage commented 9 years ago

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)