nuxt-community / firebase-module

🔥 Easily integrate Firebase into your Nuxt project. 🔥
https://firebase.nuxtjs.org
MIT License
641 stars 99 forks source link

Firebase is already defined in the global scope. #432

Closed GuasaPlay closed 3 years ago

GuasaPlay commented 3 years ago

1

This alert appears in the browser console, so is there a solution to this warning?

lupas commented 3 years ago

@GuasaPlay Do you load Firebase yourself somewhere in the app? If you use nuxt-firebase, you are not supposed to load Firebase yourself anywhere in your app.

GuasaPlay commented 3 years ago

Ooops. Yes it was loading firebase in the head in the nuxt.config.js file. I really hadn't noticed. image

I removed it and now the warning no longer appears... Thanks for the help I am new to this 🙌

lupas commented 3 years ago

Glad it works now :) Happy to help!