Nuxt 3 firebase plugins erros Component auth has not been registered yet
In my project under plugins dir I have a single plugins called firebase.ts and it's look like this import { defineNuxtPlugin } from "#app"; import { firebaseConfig } from "@/firebaseConfig"; import { initializeApp } from "firebase/app"; import { getAuth }…