Natan Sągol
Natan Sągol
Could you give me an example of how you imagine `firestore-query`? I'm trying to think of something that would really improve user experience, but I have trouble finding a good...
That's why I'm asking. It's really fun and easy to use the `firebase-js-sdk` with things like `redux-saga` or RxJS. The only thing I can imagine would be really helpful is...
Hm, so you want to keep it compatible with Polymer 2, or even 1?
Can you share a code snippet? I've came across similar issue when I tried to use separate docs for each value in the dropdown. Is that your use case?
@tjmonsi there are couple of issues I'd like to work on, especially: - Eliminating the initial lag caused by the use of `get()` method when persistence is enabled (it always...
@arcodebonte It is technically possible, but it is generally discouraged to do so. It's a nice feature to show off, but it's most often an anti-pattern.
Hi @derhuebiii, welcome onboard, nice to see someone interested in this PR :) There is actually some support for this. Given ``` static get properties() { return { someProp: {...
Actually it's not me who created this branch, it's @mbleigh. Documentatio is a part of this PR, see https://github.com/firebase/polymerfire/pull/278/files#diff-ed26b76bc80e40b84633288e109db714R90
I’ve actually started to work on such library, but it will probably take some serious time and I’ll probably try to reach out to some googler soon to make sure...
Nope, unfortunately. I had some hope that I'll find some time over the weekend to write tests, reproduce this issue and fix the core problem here. Sorry, but I can't...