Skip to content

Commit

Permalink
build(app, android): remove firebase-core from dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rnike committed Nov 23, 2020
1 parent c36200b commit 83362aa
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 83362aa

Please sign in to comment.