Skip to content

Commit

Permalink
fix(app, android): remove firebase-core from dependencies (#4597)
Browse files Browse the repository at this point in the history
  • Loading branch information
rnike authored Nov 23, 2020
1 parent c36200b commit 22c615c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/app/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ repositories {

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")}"
}
Expand Down

0 comments on commit 22c615c

Please sign in to comment.