Kevin I Rivera
Kevin I Rivera
### 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 firbase-query is duplicating my database entries. My database has the following array: patients: [ uid-1: object, uid-2: object ] I am then binding the data property to a...
### Description I am wrapping firebase-query with a custom element called firebase-cart and using the app parameter to push values to database. I have an observer on the cart parameter...