I encountered the same issue after installing @react-native-firebase/app
version 21.4.0. To resolve it, I downgraded @react-native-firebase/app, @react-native-firebase/auth, and @react-native-firebase/firestore
to version 19.0.0. After the downgrade, everything worked fine for me.