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
2 answers

Does new Firebase Auth for polymer have changing password process included?

I can't find any sign of methods for reseting password or sending password reset email in the new firebase-auth for Polymer 1.0 and above. Where can I find it if it exists? I would need it to be able to complete the sign in / up procedure. I can see…
0
votes
1 answer

Polymerfire query is not returning new data when path changed

Here is Youtube link for issue I am trying to change path using firebase-query as following
0
votes
1 answer

Polymer data binding to host

I'm having problems figuring out how polymer data binding to an elements host works. I would like to change the selected page of a element depending on the user being logged in or not but I'm totally new to polymer and have no…
Raspel
  • 283
  • 4
  • 16
0
votes
1 answer

PolymerFire - How to save document?

I am trying to save Firebase document using following code: