### What problem is this solving The `firebase-functions` 5.0.x and `firebase-admin` 12.2.x major releases are incompatible with `nuxt-vuefire` 1.0.2 ### Proposed solution Update Nuxt-module to support ``` "firebase": "10.12.3", "firebase-admin": "12.2.0", "firebase-functions": "5.0.1", ``` ### Describe alternatives you've considered The current Nuxt-module works with firebase-admin 11.x and firebase-funcitons 4.9.x. Therefore, it's not a "bug", but a request