You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've noticed that your firebase plugin you have the baked in peer dependencies:
"@react-native-firebase/app": "^17.3.2",
"@react-native-firebase/analytics": "^17.3.2"
Proposed Solution
Would it be possible to either not have that, or to upgrade to the 18? Technically it means, Firebase for my whole app is stuck at a level, which is around 6 months old, losing out on many of the improvements that have been made since then? I've just installed firebase 18.4.0, and segment is still happily sending events (at least there doesn't seem to be a dependency conflict). I've done that using --force, but it's a pain to have to that every time, especially if it's not really important
The text was updated successfully, but these errors were encountered:
Summary
I've noticed that your firebase plugin you have the baked in peer dependencies:
"@react-native-firebase/app": "^17.3.2",
"@react-native-firebase/analytics": "^17.3.2"
Proposed Solution
Would it be possible to either not have that, or to upgrade to the 18? Technically it means, Firebase for my whole app is stuck at a level, which is around 6 months old, losing out on many of the improvements that have been made since then? I've just installed firebase 18.4.0, and segment is still happily sending events (at least there doesn't seem to be a dependency conflict). I've done that using --force, but it's a pain to have to that every time, especially if it's not really important
The text was updated successfully, but these errors were encountered: