Skip to content

Peer dependency conflict between @react-native-async-storage/async-storage v3.x and @firebase/auth #9739

@bhavberi

Description

@bhavberi

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

  1. Install @firebase/auth
  2. Install @react-native-async-storage/async-storage@3.x
  3. Run installation or build process
  4. 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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions