FirebaseExtended / polymerfire

Polymer Web Components for Firebase
https://www.webcomponents.org/element/firebase/polymerfire
MIT License
459 stars 142 forks source link

Fix `query` in FirestoreMixin. #297

Closed merlinnot closed 7 years ago

merlinnot commented 7 years ago

Fixes an issue with query parameter being read from the constructor of an element instead of collecting the correct one from the prototype chain in FirestoreMixin.

Fixes #296