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 43ae6b0 commit b713b53Copy full SHA for b713b53
firestore/app/build.gradle.kts
@@ -46,7 +46,8 @@ dependencies {
46
47
// Declare the dependency for the Cloud Firestore library
48
// When using the BoM, you don't specify versions in Firebase library dependencies
49
- implementation("com.google.firebase:firebase-firestore")
+ // implementation("com.google.firebase:firebase-firestore")
50
+ implementation("com.google.firebase:firebase-firestore:99.0.0-pipeline.preview.1")
51
52
// Firebase / Play Services
53
implementation("com.google.firebase:firebase-auth")
0 commit comments