Error: You attempted to use a firebase module that's not installed on your Android project by calling firebase.app()
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?

@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.