Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update peer dependency for firebase@9 #612

Closed
shu-pf opened this issue Jan 22, 2022 · 3 comments
Closed

Update peer dependency for firebase@9 #612

shu-pf opened this issue Jan 22, 2022 · 3 comments

Comments

@shu-pf
Copy link

shu-pf commented Jan 22, 2022

The peer dependency in @nuxtjs/firebase is still set to firebase version 8, so please update it to 9.

Version

@nuxtjs/firebase: 8.1.1
firebase: 9.6.2
nuxt: 2.14.6

What is Expected?

Update peerDependencies

What is actually happening?

peerDependencies have not been updated.

@bitpunk
Copy link

bitpunk commented Jan 24, 2022

"It is currently unclear when, and if, this module will support modular syntax (i.e. Firebase version 10+)." See #597
If you want to use firebase 9 and modular syntax you can checkout @lupas firebase 9 and nuxt.js article.

@shu-pf
Copy link
Author

shu-pf commented Jan 24, 2022

I read your link.
It says that @nuxtjs/firebase v8 uses the compat syntax of Firebase SDK v9, so
I thought, The peer dependency in the package.json of @nuxtjs/firebase v8 should be Firebase SDK v9.

@lupas
Copy link
Member

lupas commented Jan 24, 2022

@shu-pf is right, you can safely use v9 since we started using compat mode in v8.

I just released v8.2.2 fixing the peerDependency.

@lupas lupas closed this as completed Jan 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants