Skip to content

Commit 1d15cc6

Browse files
authored
Add missing list of valid backend values.
1 parent bb0ac26 commit 1d15cc6

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)