vuejs / vuefire

🔥 Firebase bindings for Vue.js
https://vuefire.vuejs.org
MIT License
3.85k stars 332 forks source link

Support for Firebase v10 #1385

Closed charliepy closed 1 year ago

charliepy commented 1 year ago

Reproduction

npm install error

Steps to reproduce the bug

package.json

"firebase": "^10.0.0", "vuefire": "^3.1.2"

Expected behavior

npm installs without error

Actual behavior

npm ERR! code ERESOLVE npm ERR! ERESOLVE could not resolve npm ERR! npm ERR! While resolving: vuefire@3.1.2 npm ERR! Found: firebase@10.0.0 npm ERR! node_modules/firebase npm ERR! firebase@"^10.0.0" from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! peerOptional firebase@"^9.0.0" from vuefire@3.1.2 npm ERR! node_modules/vuefire npm ERR! vuefire@"^3.1.2" from the root project npm ERR! npm ERR! Conflicting peer dependency: firebase@9.23.0 npm ERR! node_modules/firebase npm ERR! peerOptional firebase@"^9.0.0" from vuefire@3.1.2 npm ERR! node_modules/vuefire npm ERR! vuefire@"^3.1.2" from the root project

Additional information

No response