### Reproduction https://github.com/dword-design/demo-nuxt-vuefire-getapps-issue ### Steps to reproduce the bug I get this error when starting a minimal Nuxt project with nuxt-vuefire.  ### Expected behavior The page is shown ### Actual behavior `(0 , __vite_ssr_import_0__.getApps) is not a function` is shown ### Additional information My initial idea was that Nuxt has issues with firebase-admin back-importing a cjs file that includes stuff like this: ``` Object.defineProperty(exports, "getApps", { enumerable: true, get: function () { return lifecycle_1.getApps; } }); ```