Peter Reginald
Peter Reginald
> Not sure if it's kosher to post on his behalf but I have an app that's public which demonstrates using and auth: https://gitlab.com/bpkennedy/kenshi-journal Hey @bpkennedy I took a look...
Hey @bpkennedy and everyone, I've managed to get it working. I referred to the sample app here https://github.com/mesqueeb/vuex-easy-firestore-sample-app
> @preginald Sorry for the late response. Thanks for responding @mesqueeb This is an example of how I managed to get all `docs` in a `collection` **firebase.js** ```js import *...
I'm so glad that @Sitarman asked that question. Thank you @pitw for responding. I've just finished completely removing all code related to vuex-easy-firestore because I found gaps in knowledge. I've...
Please help me understand what you mean when you say > For retrieving data, eg. just by doing dispatch('myModule/openDBChannel') the library will automatically retrieve all docs from your Firestore collection...