gdg-tangier / vue-firestore

:cloud: Cloud Firestore binding in realtime with Vuejs
MIT License
235 stars 28 forks source link

querySnapshot.docChanges changed from property to method. #14

Closed melvinkcx closed 6 years ago

melvinkcx commented 6 years ago

The docChanges property of querySnapshot is no longer a property but a method, so it should be accessed with a bracket (). I wanted to create a pull request but somehow my machine is not able to run npm install successfully. Can someone please reflect the latest API into the repo?

https://firebase.google.com/docs/reference/js/firebase.firestore.QuerySnapshot

amranidev commented 6 years ago

@melvinkcx, the issue has been resolved, please make sure to update vue-firestore to (v0.2.8). Thank you :)