nuxt-community / firebase-module

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

Missing or incomplete config - databaseURL #458

Closed lupas closed 3 years ago

lupas commented 3 years ago

Since recently, Firebase doesn't automatically include the databaseURL in the default config provided on the "Add Firebase to your web app" page.

Screenshot 2021-02-14 at 18 30 39

This module however still expects the "databaseURL" to be set in the config and throws an error, if not.

Workaround

add database url: 'foofoofoo' to your config.

Fix

Will be fixed in next version

lupas commented 3 years ago

Fixed with v7.5.0