Operating System
Linux Mint 22.3
Environment (if applicable)
React Native v0.84
Firebase SDK Version
@firebase/auth 1.12.0
Firebase SDK Product(s)
Auth
Project Tooling
React Native v0.84
Detailed Problem Description
When installing @react-native-async-storage/async-storage version 3.x, a peer dependency conflict occurs with @firebase/auth, which requires @react-native-async-storage/async-storage version ^2.2.0.
Steps and code to reproduce issue
- Install @firebase/auth
- Install @react-native-async-storage/async-storage@3.x
- Run installation or build process
- A peer dependency error is thrown indicating that @firebase/auth expects @react-native-async-storage/async-storage@^2.2.0, which is incompatible with the installed 3.x version.