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.
Questions tagged [firebase-polymer]
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 =…

Let Me Tink About It
- 15,156
- 21
- 98
- 207
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…

Luke Moll
- 428
- 6
- 18
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…

Bart Koppelmans
- 55
- 6
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)

Jeanluca Scaljeri
- 26,343
- 56
- 205
- 333
0
votes
1 answer
Polymer 1.0 firebase-element and number of connections
I'm building an app using firebase in Polymer. It is tempting to create a new firebase-collection for each ajax call I might have made in the past. Since firebase.com bills based on the maximum number of simultaneous connections (sessions?), I'm…

Dean Wagner
- 15
- 3
0
votes
2 answers
Issue with showing content from Firebase using Google Polymer Firebase element
I have a FAQ page that reads a Firebase node and lists all the Q & A contents using the below lines of code:

DevAtPolydeals.com
- 86
- 2
- 6
0
votes
1 answer
How to global firebase polymer data binding?
I want to use user object to check if user logged in for my elements. How do I global the user object without calling below code in every custom element?

vzhen
- 11,137
- 13
- 56
- 87
0
votes
1 answer
What is template-bound in polymer?
I noticed there is a template-bound in firebase polymer firebase-login.html after searching polymer documentation cannot find out what is that.
also, any polymer events reference in documentation?

vzhen
- 11,137
- 13
- 56
- 87
-1
votes
1 answer
Polymer 1.x: Deep link databinding to Firebase
I want to databind a settings object to deep links in my Firebase via a firebase-document element as follows:
my-element.html

Let Me Tink About It
- 15,156
- 21
- 98
- 207