EvanBacon / expo-native-firebase

🔥 Native Firebase Expo App (iOS, Android) Demo for Firestore, Notifications, Analytics, Storage, Messaging, Database 🚨
211 stars 41 forks source link

Error: You attempted to use a firebase module that's not installed on your Android project by calling firebase.app() #28

Open RiatIO opened 4 years ago

RiatIO commented 4 years ago

Hey,

I have been strictly following the guide ever since i ejected from Expo to Expo Bare. For IOS the tutorial worked as expected, everything is running as it should. However, today I tried to do the same for Android. Everytime I launch the application I get the following error message: "Error: You attempted to use a firebase module that's not installed on your Android project by calling firebase.app()"

I've tried to upgrade the gradle version to 5.1.1, cleaned and sheared the project, and even tried to manually integrating the core app (see: https://invertase.io/oss/react-native-firebase/v6/app/android) - but no luck.

Do you have any input on this matter?

83807002_204271280713427_791787511759241216_n

RiatIO commented 4 years ago

@EvanBacon - Did you ignore to check/run Android? I downloaded and tested your code and I'm getting the same error for your application as well.