Skip to content

Commit b713b53

Browse files
committed
install prerelease firestore
1 parent 43ae6b0 commit b713b53

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

firestore/app/build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ dependencies {
4646

4747
// Declare the dependency for the Cloud Firestore library
4848
// When using the BoM, you don't specify versions in Firebase library dependencies
49-
implementation("com.google.firebase:firebase-firestore")
49+
// implementation("com.google.firebase:firebase-firestore")
50+
implementation("com.google.firebase:firebase-firestore:99.0.0-pipeline.preview.1")
5051

5152
// Firebase / Play Services
5253
implementation("com.google.firebase:firebase-auth")

0 commit comments

Comments
 (0)