Questions tagged [polymerfire]

Polymer Web Components for use with the Firebase 3.x API.

Contains four elements <firebase-app>, <firebase-auth>, <firebase-document> and <firebase-query>.

Install with the following CLI
bower install --save firebase/polymerfire

Source code hosted on Github at https://github.com/firebase/polymerfire

121 questions
0
votes
1 answer

Polymer Firebase. Arrays in Objects

Im using polymer and firebase and I was wondering how to create an array of objects inside an object. I want nested data like in the object the groups single object whereby we have members and the names inside it this.$.query.ref.push({ …
0
votes
0 answers

populated javascript array with zero length

I have an array that is for unacessable by index like this: myArr[index]. after logging my array in Dev tools i get the following output that looks like an empty array however after expanding the array i get the following: which is a populated…
Osvaldo Maria
  • 340
  • 5
  • 14
0
votes
1 answer