Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to import FirebaseAppProvider for reactfire@^4.2.2 #559

Open
europa-starfish opened this issue Oct 31, 2022 · 0 comments
Open

Failed to import FirebaseAppProvider for reactfire@^4.2.2 #559

europa-starfish opened this issue Oct 31, 2022 · 0 comments

Comments

@europa-starfish
Copy link

Version info

React:
18.0.0

Firebase:
9.13.0

ReactFire:
4.2.2

Other (e.g. Node, browser, operating system) (if applicable):
expo: 46.0.16
react-native: 0.69.6

Test case

Steps to reproduce

  1. Create an Expo App

  2. Simply following the setup guide:

function App() {
  return (
    <SafeAreaProvider>
      <FirebaseAppProvider firebaseConfig={firebaseConfig}>
        <RootStackNavigator />
      </FirebaseAppProvider>
    </SafeAreaProvider>
  );
}

registerRootComponent(App);

Expected behavior

The App render without error

Actual behavior

Screenshot 2022-10-31 at 4 45 40 PM

Current Solution

Downgrade to 4.1.1, it works fine at [email protected]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant