polymerfire icon indicating copy to clipboard operation
polymerfire copied to clipboard

Polymer Web Components for Firebase

Results 101 polymerfire issues
Sort by recently updated
recently updated
newest added

### Description Firebase auth properties are not updated when user data are changed following a call to `this.user.updateProfile`, `this.user.updateEmail`, etc. ### Expected outcome Firebase auth properties value reflect the last...

@merlinnot We can put our discussion here. Because of the dependencies included in Polymerfire, I don't know if it would be possible to port it out on its own without...

With current codebase, there is no way to catch write error (for instance when permission is denied). This very short addition makes sure an error event is fired in such...

Hello, Is there an estimated time when we could expect a new version of polymerfire which will be built according to the [new Polymer 3.0](https://www.polymer-project.org/blog/2017-08-22-npm-modules) standard and stored in NPM?

The demo files refer to other Js files, etc., which are not found :-( Please ensure that all relevant files are included in the demos :-)

With Polymer 2.0, `firebase-document` used together with `paper-input` as below: ```html ``` **deletes data on firebase**. This is posted for info (and warning) as the real culprit is `iron-input` as...

It would make working with custom claims easier if there were a way to access custom claims directly from the **firebase-auth** element. This could be as simple as providing a...

I'm finding it very difficult to use the `firebase-query` element because the documentation is very thin. Most of the properties have little to no documentation at all.

### Description I'm currently trying to integrate firestore-mixin into my project, and I've come across a couple of errors. For example, when the mixin tries to call this.splice it throws....

### Description Trying to make a table using dom-repeat and there is no depth in the firebase database. My database looks like so: Types: | User: | $key: data Problem...