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

Firebase 2.x + Polymer 1.x: Loading Polymerfire from CDN and fetching data

I want to use the polymerfire element to fetch the data at https://dinosaur-facts.firebaseio.com/dinosaurs and display the data in a dom-repeat element. What am I doing wrong? How do I do that correctly? Here is the…
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

firebase-collection won't refresh data on firebase-auth login, if location doesn't include user value

If location (firebaseURL) in code below includes the user value (like auth.uid), then firebase-collection data will refresh on-login from firebase-auth. I am using Polymer 1.6.0
Fausto R.
  • 1,314
  • 3
  • 16
  • 29
0
votes
2 answers

Use Firebase-query to get data from an array of ID's

I'm trying to use Polymerfire's firebase-query to retrieve a list of children for each ID in an array. I have and array with three ID's and a firebase-query that looks like:
0
votes
1 answer

Firebase-Polymer array code Problems

This function will be loop and every loop key1 and key2 will change... the problem is the database results which is an array will not get every data of the keys it will only record the last data. GettingData: function(key1,key2){ var…
0
votes
1 answer

How to use the new polimerfire to save data to firebase

I am just a rokie with polymer and I want to use the new polymerfire, but I am very confused about what is the best way to save new data to firebase, should I use firebase-document or firebase-query ? and which is the best way to use it? I was…
0
votes
2 answers

Polymer + Firebase: firebase-document, data being overwritten?

I want to save data to my firebase using firebase-document. It appears that the data is correctly being saved but is immediately being overwritten. Here are the errors I get... console.log Sync to memory. Updating data from Firebase value:…
0
votes
1 answer

firebase-query data observer not firing

I'm trying to handle a callback for firebase-query so that I can do some local filtering. I'm using polymerfire, specifically firebase-query web component to get all records in a particular path. Below is the usage
0
votes
1 answer

Polymerfire element crashes app

I just added the new Polymerfire element to my (Polymer 1.x + Firebase 3.x) project and it crashed the project. I expected to see the home screen load on localhost but, instead, I just get a blank screen and console…
0
votes
2 answers

Trying to create a polymer app

I am trying to make a polymer app which has to pages. One with the cards containing student name and picture and the other page for when we click their card it shows full details. I tried meteor and polymer. Too many errors. Is there any way to…
0
votes
0 answers

firebase-collection polymer component not working when location URLs do not have "user"

I am having a problem with using Polymer's firebase-collection component. After following the todo-app example, I am able to access data from specific users, however I would like to do more advanced things such as denormalizing the data to have more…
0
votes
1 answer

Polymer 1.x + Firebase == Hello world?

I want to make Hello, world with the Polymer firebase-collection element. I expect to see one or more repetitions of Hello, world and no errors in the console. Instead, I see no Hello, world and many console errors beginning…
Let Me Tink About It
  • 15,156
  • 21
  • 98
  • 207
0
votes
1 answer

Polymer Array Update

So I am having an issue with Polymer 1.0's arrays not being passed as expected. I currently have a usersInOrg array that needs to be passed to another part of the app. The auto data-binding system works like a charm till I start trying to mutate the…
0
votes
1 answer

firebase-auth.html - Uncaught type error: Cannot read property 'token' of undefined

I cloned the following Polymer todo-list app from https://github.com/PolymerLabs/todo-list and after setting it up as per the instructions, i got it running on local with gulp serve. I could signin and add/delete/update todos as expected. However, a…
user3240644
  • 2,211
  • 2
  • 24
  • 35
0
votes
1 answer

How to append firebase result to a polymer element

I need to append this polymer element to index.html which i did with no problem but the problem is i cannot append anything to that "items" div how can i do this? i think that the element is not yet appended to the index.html page so the script…
Nazil
  • 21
  • 1
  • 7