Gradle Task fails on building the app.
A problem occurred configuring project ':@react-native-firebase_firestore'.
compileSdkVersion is not specified.
This is happening post release of new version 7.0.1 for @react-native-firebase/firestore
We are consolidating problems like this in the related issue #4154
I suspect you have an unexpected node_modules layout that violates an invariant assumption in our packaging (that app and all react-native-firebase modules will be peer-level in node_modules)
downgrade version can solve this problem. In my case 7.6.2 -> 7.5.1
That's not a great solution. You want to be on current stable versions. Upgrading all packages to the current stable version should do it.