Skip to content

Commit 1eca105

Browse files
authored
Merge 1d15cc6 into bb0ac26
2 parents bb0ac26 + 1d15cc6 commit 1eca105

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

firebase-firestore/firebase-firestore.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ android {
6666
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
6767
consumerProguardFiles 'proguard.txt'
6868

69+
// Acceptable values are: 'emulator', 'qa', 'nightly', and 'prod'.
6970
def targetBackend = findProperty("targetBackend") ?: "emulator"
7071
buildConfigField("String", "TARGET_BACKEND", "\"$targetBackend\"")
7172

0 commit comments

Comments
 (0)