Skip to content

Commit 69c9f11

Browse files
committed
Implement 'com.google.android.gms:play-services-base' to retrieve FirebaseException
1 parent a7705f2 commit 69c9f11

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

firebase-firestore/ktx/ktx.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ dependencies {
5252
implementation project(':firebase-firestore')
5353
implementation 'androidx.annotation:annotation:1.1.0'
5454
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.3'
55+
implementation 'com.google.android.gms:play-services-base:17.0.0'
5556
testImplementation project(':firebase-database-collection')
5657
testImplementation 'org.mockito:mockito-core:2.25.0'
5758
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.9.8'

0 commit comments

Comments
 (0)