polymerfire icon indicating copy to clipboard operation
polymerfire copied to clipboard

path property not being updated

Open AnasSahel opened this issue 8 years ago • 0 comments

Description

When using the save method on firebase-document, the path property is not updated automatically.

Expected outcome

The path property takes the new path value

Actual outcome

Nothing happen

Steps to reproduce

Solution

You can update firebase-database-behavior behavior so the path property can generate events

/** * Path to a Firebase root or endpoint. N.B.pathis case sensitive. */ path: { type: String, notify: true, observer: '__pathChanged', value: null },

Browsers Affected

  • [ ] Chrome
  • [ ] Firefox
  • [x] Safari 9
  • [ ] Safari 8
  • [ ] Safari 7
  • [ ] Edge
  • [ ] IE 11
  • [ ] IE 10

AnasSahel avatar Oct 30 '16 22:10 AnasSahel