sceee

Results 52 comments of sceee
trafficstars

@posva I would be happy to help with the migration to the modular Firebase 9 SDK but unfortunately, I don't really understand how to build the projects (I'm not really...

@posva thank for the info - I will have a look and see if I can prepare a proposed upgrade. I think there's not yet a changelog available for Firebase...

I just noticed that `firebase-mock` is used for the tests which is already a blocker as it depends on the namespaced Firebase SDK (v8). I anyway guess `firebase-mock` is kind...

I pushed some work in progress here: https://github.com/sceee/vuefire/tree/firebase-emulators and created an Action that executes the tests here: https://github.com/sceee/vuefire/actions/workflows/test.yml Still, a lot of tests are failing but it's getting better. I...

@posva I fixed some more tests (it's now down to ~20 failing) but now I'm getting to a point where I'm getting stuck. I think there are a few groups...

Thanks @posva . Yeah, the code is published here https://github.com/sceee/vuefire/tree/firebase-emulators and the latest action run always shows the up to date state.

@posva quick question - is the code in `old_src` in the v3 branch still used or can it be deleted (just to make things easier to overview)?

To all asking/waiting for progress on this - I would really appreciate to get this working but unfortunately, I [got stuck while making the tests work using the Firebase emulator...

I further analyzed the remaining failing tests (roughly ~14-19). Unfortunately, I could not get them to work but at least I now have a better idea what causes some of...

@luc122c it's not so much left, see here: https://github.com/sceee/vuefire/runs/5158585563?check_suite_focus=true Current state is something like this: `Tests: 17 failed, 7 skipped, 135 passed, 159 total` Mainly this is due to tests...