skip to Main Content

"You attempted to use a firebase module that's not installed on your Android project by calling firebase.app()." – React native

I followed https://rnfirebase.io/#managed-workflow guide on how to install Firebase. I created a new Expo app with: npx create-react-native-app -t with-dev-client As written in the guide. I then did npx expo install @react-native-firebase/app npx expo install @react-native-firebase/auth Having nothing in the…

VIEW QUESTION
Back To Top
Search