Natan Sągol
Natan Sągol
Hey, I went through the changes once again and I’m simply not sure. I have a few thoughts tho: 1) This PR changes both database and Firestore, we can split...
Hm, could you please provide some small repro of this? What’s your Polymer version? https://github.com/Polymer/polymer/releases/tag/v2.5.0 introduced some changes to the `splice` method, it might have an impact on this. I’ll...
I’m actually considering making a PR to change `__id__` to `__name__`. The latter is used in official firestore docs and implementation.
`id` is used as a property on snapshots, while `__name__` is used when it refers to a property of an entity itself, in security rules as you've mentioned, but also...
https://github.com/firebase/polymerfire/tree/firestore It's not in the master yet.
@mbleigh @tjmonsi Any chance to work on this in the near future? I've made few PRs fixing various issues. There's plenty more work to do, but some feedback from the...
@DObD please note there are multiple issues with this branch, I’ve made few PRs to fix them, but they’re all waiting to be reviewed by the repo owners. These PRs...
It might be a problem with notifying Polymer of changes in an array. Can you verify that the changes are actually there after adding a document by looking at the...
Introduced by #297, fix: #303