gdg-tangier / vue-firestore

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

Accessing $firestore from a component #48

Closed cyrild84 closed 4 years ago

cyrild84 commented 4 years ago

Hi, beginner question but I couldn't find the information in the documentation. I have an add methods on a vue component but I obviously can't access $firestore from it. What is the best way, through a props ? Thanks