Luca Ban

Results 525 comments of Luca Ban

Hi! This part of the documentation could definitely use some improvement. This is how I usually do it: ```js // enable firestore with persistence async function getFirestore () { const...

@DarylRodrigo Did it work out for you? Let me know where you're stuck! It's important to know so I know how to best improve the documentation.

--- After about two years of open source, I finally got accepted for Github Sponsors! #### 💜 [github.com/sponsors/mesqueeb](https://github.com/sponsors/mesqueeb) 💜 A little about me: - I love open-source - 6 months...

@louisameline heyyy I'd recommend firebase Auth anonymous users. These are great because you can upgrade them later and the user won't loose their data ! ;) Orrr don't initialise Firebase...

@scriptPilot even though the DB is closed, `set`, `insert`, `patch` are still executed via the Firestore SDK as well. This is because openDBChannel is only about "reading" data, not writing....

It depends on what you mean with lazy loading the module. If you mean for Firestore data, you can just refrain from executing openDBChannel or fetchAndAdd. If you mean adding...

Oh! I never imagined a use case where you need hundreds of stores! XD I personally only need to use about 3-6 Vuex modules each app I make. Could you...

@stegithub Hi! Thanks for your message. If you need to load different collections based on this "app config" you can just use [pathVariables](https://mesqueeb.github.io/vuex-easy-firestore/extra-features.html#variables-for-firestorepath-or-filters). Will this not be enough for your...

--- After about two years of open source, I finally got accepted for Github Sponsors! #### 💜 [github.com/sponsors/mesqueeb](https://github.com/sponsors/mesqueeb) 💜 A little about me: - I love open-source - 6 months...

@adrianjost really amazing job! let's get this released. I contacted you via your website.