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

How to do firebase authentication with polymer-2x

I'm trying to use new Polymer-2.x with Polyfire to connect to firebase, this demo project only show list of place and use firebase authentication to ensure only registered user can access the place list. but i cannot make firebase-authentication…
zho
  • 643
  • 1
  • 12
  • 27
0
votes
0 answers

Firebase Simulated and actual rules differ

I am using firebase realtime database and query data with firebase-query and firebase-document. I configured some rules, when ran in simulator the read is accepted but in real life read id denied. Have to ".read": true in root to get expected…
0
votes
1 answer

restrict access to custom polymer element using domain name

I am trying to achieve the following using Polymer Custom Element. Detect the domain name from where the request is coming for rendering custom element If domain name matches [ basically - if authorized ] then render the custom element template If…
Pranav
  • 167
  • 1
  • 3
  • 16
0
votes
1 answer

How to get the generated key of the saveValue method in Polymerfire?

So I'm using this method saveValue and only using the path parameter. The method is generating a unique key and data is stored while I'm inserting text in my input fields... My question now is: How can I get to know what the new key is? Regards,…
p3sn
  • 1,052
  • 1
  • 9
  • 17
0
votes
1 answer

No data returned using polymefire firebase-query element

I'm creating a dom-module to display my firebase data in a div. I followed along with the Polycast video at https://www.youtube.com/watch?v=9AHDSGitDP0&t=639s but the firebase-query component is not pulling in the data. No data appears in the…
0
votes
1 answer

Referencing values within Polymer elements

I'm following the codelab for Polymerfire and first bit of tinkering, wanted to change the login element from using google sign in to use email / password. The element works but I've been having trouble trying to access the values of the email /…
kenwen
  • 814
  • 2
  • 11
  • 17
0
votes
1 answer

Polymer 2.0 + firebase can't update properly

I've got a problem using Polymer 2.0 and Firebase. I want to update data to Firebase with firebase-document but when I want to update only the title, it destroy all the previous data and save only the title. Example of the strucute before update…
jean-max
  • 1,640
  • 1
  • 18
  • 33
0
votes
0 answers

Is it possible to use `dom-repeat` to perform multiple `` and aggregate the result in array?

Is it possible to use dom-repeat to perform multiple and aggregate the results in an array using Observers? Such as:-