-
Notifications
You must be signed in to change notification settings - Fork 374
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
Upgrade @firebase/database (and possibly other @firebase/ dependencies) #1241
Comments
I found a few problems with this issue:
|
I believe this may also be the root cause of the issue we are seeing in our app (see sparkletown/sparkle#1362 (comment)), trying to use the latest See the linked comment for more specific details, but at a high level, it seems as though This leads to the following warnings when installing the packages: By default:
If I manually install
We can see the issue with
I also stumbled across the following StackOverflow while trying to resolve this, and it sounds like trying to use Edit: Ping @Feiyang1 (#614 (comment) made it sound like you're a good person to ping from the JS SDK team for this) |
Potentially related: #973 (comment)
|
firebase-admin-node/package.json
Line 59 in be4ebc6
Currently the
@firebase/database
dependency is limited to^0.8.1
but there have been a few releases since then - mainly the newQuery#startAfter
andQuery#endBefore
methods added in0.9.X
.I've tried upgrading
yarn add firebase-admin@latest
and alsoyarn upgrade
and not getting a later@firebase/database
version than0.8.3
- but that does make sense as^0.8.1
will only allow patch updates on the0.8.X
line...The text was updated successfully, but these errors were encountered: