Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b9f209 commit cf5b0a9Copy full SHA for cf5b0a9
firestore/app/build.gradle
@@ -48,6 +48,9 @@ dependencies {
48
49
// GeoFire (for Geoqueries solution)
50
implementation "com.firebase:geofire-android-common:3.1.0"
51
+
52
+ // OkHttp (for Android 11+)
53
+ implementation "io.grpc:grpc-okhttp:1.32.2"
54
}
55
56
apply plugin: 'com.google.gms.google-services'
0 commit comments