Skip to content

Commit c77027e

Browse files
authored
Add missing list of valid backend values. (#5163)
1 parent 800d290 commit c77027e

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)