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
1
vote
1 answer

Retrieving data from Firebase with Polymerfire

I´m currently starting with Polymerfire and trying to do a small application to list some data stored on Firebase as a paper-card. I have used some of the code from the google labs example to build up the application so its stands as…
1
vote
1 answer

Detect Firebase Authorization Failure With Polymerfire

What is the best practice to detect when authorization fails due to firebase security rules. For example if the security rules in the firebase database do not allow the current logged in user below to access "/path/to/data" how can it be…
Mario
  • 11
  • 1
1
vote
1 answer

error: "Cannot create property '$key' on string..."

I am trying to use the polymerfire/firebase-query to load my data stored in Firebase using the Vaadin Expense Manager Demo. Specifically, I am trying to replace the element with a combination of and…
1
vote
0 answers

Can't access function of polymer element

I have db-module which is element that is in-charge of handling data. Then I created this element in my join-module. But when I try to access db-module method join(email,password) it says that it is not a function db-module: