Open CHEWX opened 1 year ago
@CHEWX I just had the same issue and came to complain about it. @nuxtjs/firebasev8
requires firebasev9
and that's what's throwing the error. I got around it by running npm install @nuxtjs/firebase@^7.6.1
. That's the last compatible version with version 8 apparently.
Likewise, but frustrating to need to research this.
There needs to be some additional information to the docs. I should make a PR to make that easier for others. @CHEWX
@CHEWX I just had the same issue and came to complain about it.
@nuxtjs/firebasev8
requiresfirebasev9
and that's what's throwing the error. I got around it by runningnpm install @nuxtjs/firebase@^7.6.1
. That's the last compatible version with version 8 apparently.
Dependency was updated to v9 in the most recent version: https://github.com/nuxt-community/firebase-module/releases
So you should be able to use version 8.2.0 npm install @nuxtjs/firebase@8.2.0
npm install @nuxtjs/firebase@8.2.0
That did the trick!
Version
@nuxtjs/firebase: 8.2.2 firebase: 8.10.1 nuxt: 2.15.8