You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: FirebaseAI/Tests/TestApp/FirebaseAITestApp.xcodeproj/xcshareddata/xcschemes/FirebaseAITestApp-SPM.xcscheme
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -66,10 +66,15 @@
66
66
<CommandLineArguments>
67
67
<CommandLineArgument
68
68
argument = "-FIRDebugEnabled"
69
-
isEnabled = "YES">
69
+
isEnabled = "NO">
70
70
</CommandLineArgument>
71
71
</CommandLineArguments>
72
72
<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>
73
78
<EnvironmentVariable
74
79
key = "FIRGCloudAuthAccessToken"
75
80
value = "Run `gcloud auth print-access-token` to obtain as access token for direct Vertex AI testing."
0 commit comments