vue-firestore
vue-firestore copied to clipboard
:cloud: Cloud Firestore binding in realtime with Vuejs
The `firebase` npm package is currently at version 8.3.2, while `vue-firestore` only supports ^7.6.1.
## 🐛 Bug Report When I run my vue-firestore powered app and connect it to a document inside of a collection that doesn't exist (yet) I get the error. ```javascript...
When I add an array its being added to the database but the page doesn't read the new list of arrays unless I refresh the page.
when you add a document for the first time you can not see the id in the firestore console, only you can see it when you update the doc.