[Vuejs]-Vue + TypeScript app is showing a blank white page

0👍

There is a note on vuefire’s document

Note: This version currently supports Vue 2 and Firebase 7. Support
for Vue 3 / Composition API and Firebase 8 is on the way.

You are using Vue3 so you must install the correct version of vuefire

npm install vuefire@next firebase@next

Leave a comment