mesqueeb / vuex-easy-firestore

Easy coupling of firestore and a vuex module. 2-way sync with 0 boilerplate!
https://mesqueeb.github.io/vuex-easy-firestore
MIT License
233 stars 28 forks source link

Update for Firebase v9. #375

Closed wifisher closed 2 years ago

wifisher commented 2 years ago

This branch has the changes needed to build and run with Firebase v9.

All of the tests pass except for 3. The same 3 tests failed with the original code prior to my changes. And it appears to work correctly in my test development application.

wifisher commented 2 years ago

Note that these changes use the Firebase v9 compat libraries.

mesqueeb commented 2 years ago

@wifisher thank you so much for this!