-
Notifications
You must be signed in to change notification settings - Fork 131
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 dependencies #126
Comments
Had the same issue, though during the installation. |
I had the same issue with peer dependencies with a new sveltekit + skeleton + firebase + sveltefire app. My app wouldn't build and I had to use some NPM Package Patch tool to update the firebase dependency within Sveltefire. Then everything worked. It was a bit of an annoyance but it worked fine. |
A slightly cleaner way of fixing this is to override the dependency. Place this into your
|
It's a full year later and he still didn't update this.. |
Just a simple issue:
I installed sveltefire into my project and got the following warning:
WARN Issues with peer dependencies found
.
└─┬ sveltefire 0.4.2
└── ✕ unmet peer firebase@^9.0.0: found 10.3.1
This should be updated so that the library can be used with the latest Firebase SDK versions. This shouldn't break anything as far as I know.
The text was updated successfully, but these errors were encountered: