Skip to content

Commit 5c53b67

Browse files
authored
[Firebase AI] Add integration placeholder for debug token env var (#15528)
1 parent cc8f4aa commit 5c53b67

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

FirebaseAI/Tests/TestApp/FirebaseAITestApp.xcodeproj/xcshareddata/xcschemes/FirebaseAITestApp-SPM.xcscheme

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,15 @@
6666
<CommandLineArguments>
6767
<CommandLineArgument
6868
argument = "-FIRDebugEnabled"
69-
isEnabled = "YES">
69+
isEnabled = "NO">
7070
</CommandLineArgument>
7171
</CommandLineArguments>
7272
<EnvironmentVariables>
73+
<EnvironmentVariable
74+
key = "FIRAAppCheckDebugToken"
75+
value = "Configure an App Check debug token from https://console.firebase.google.com/project/_/appcheck/apps"
76+
isEnabled = "NO">
77+
</EnvironmentVariable>
7378
<EnvironmentVariable
7479
key = "FIRGCloudAuthAccessToken"
7580
value = "Run `gcloud auth print-access-token` to obtain as access token for direct Vertex AI testing."

0 commit comments

Comments
 (0)