The Firebase Android library firebase-core is no longer needed. #4593
Labels
help: needs-triage
Issue needs additional investigation/triaging.
platform: android
type: bug
New bug report
Workflow: Waiting for User Response
Blocked waiting for user response.
According to the firebase release notes
Shall it be removed from the
@react-native-firebase/app
dependencies?@react-native-firebase/app/android/build.gradle
dependencies { implementation platform("com.google.firebase:firebase-bom:${ReactNative.ext.getVersion("firebase", "bom")}") - implementation "com.google.firebase:firebase-core" implementation "com.google.firebase:firebase-common" implementation "com.google.android.gms:play-services-auth:${ReactNative.ext.getVersion("play", "play-services-auth")}" }
The text was updated successfully, but these errors were encountered: