Questions tagged [firebase-polymer]

For questions involving the Polymer library's interface with the Firebase API — typically via the firebase-collection or firebase-document Polymer elements. Many Polymer apps use Firebase as both a static hosting solution as well as a backend (no-SQL) data store.

70 questions
0
votes
2 answers

Polymer 1.x: How to reverse order of records returned by

How do I reverse the order of records returned by as follows: ? Can I do it declaratively? Or do I need to call an imperative method like maybe... this.$.foo =…
0
votes
1 answer

Polymer: running a method after a firebase-collection has been updated

The Scenario: I'm currently using Polymer's "firebase-collection" element to bind data to a google chart. The user can select what items they want shown in the google chart, and upon clicking a button, the data will be updated by firebase with what…
John Smidt
  • 21
  • 1
  • 4
0
votes
2 answers

Authenticate Firebase in Polymer using OAuth token

I have a Firebase database that authenticates with a Google account. Currently I have a element that details the app's sign-in details for use with the Google Sign-in API, and upon sign-in authenticates a Firebase reference…
0
votes
2 answers

Can't filter Firebase data

I'm having problems filtering the data with the element of polymer. My code is like this: My database is: messages…
0
votes
1 answer

Polymer: firebase-collection always returns empty array

I try to use firebase-collection, but whatever I try I always receive an empty array (in firebase I have a couple of entries)