Can we change "firebase": "11.3.1" dependency to "firebase": "^11.3.1" under @react-native-firebase/app? #8527
TrustyTechSG
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi team,
I noticed that in the root package.json of the react-native-firebase project, the firebase dependency is listed as:
"firebase": "^11.3.1"
However, under the @react-native-firebase/app package, it is currently set to the exact version:
"firebase": "11.3.1"
This creates issues in monorepo setups when we’re trying to enforce a single version of firebase using Yarn resolutions. Would it be possible to change the dependency in @react-native-firebase/app to:
"firebase": "^11.3.1"
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions