|
"@firebase/database": "^0.8.1", |
Currently the @firebase/database dependency is limited to ^0.8.1 but there have been a few releases since then - mainly the new Query#startAfter and Query#endBefore methods added in 0.9.X.
I've tried upgrading yarn add firebase-admin@latest and also yarn upgrade and not getting a later @firebase/database version than 0.8.3 - but that does make sense as ^0.8.1 will only allow patch updates on the 0.8.X line...
firebase-admin-node/package.json
Line 59 in be4ebc6
Currently the
@firebase/databasedependency is limited to^0.8.1but there have been a few releases since then - mainly the newQuery#startAfterandQuery#endBeforemethods added in0.9.X.I've tried upgrading
yarn add firebase-admin@latestand alsoyarn upgradeand not getting a later@firebase/databaseversion than0.8.3- but that does make sense as^0.8.1will only allow patch updates on the0.8.Xline...