David Stack

Results 63 comments of David Stack

> Hey all, just checking what the current fix/solution for this is temporarily? I'm sticking with version `1.13.3` for now.

You can try adding some middleware: ### server\middleware\setup.ts ```ts import { initializeApp } from 'firebase-admin/app' // Setup Firebase initializeApp() export default defineEventHandler(() => {}) ``` I'm not using App Hosting...

If you're referring to the class property, then maybe? I did end up switching to using `vue-portabletext` instead of using the `` component provided in this module, but only for...