Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,15 @@
<CommandLineArguments>
<CommandLineArgument
argument = "-FIRDebugEnabled"
isEnabled = "YES">
isEnabled = "NO">
</CommandLineArgument>
</CommandLineArguments>
<EnvironmentVariables>
<EnvironmentVariable
key = "FIRAAppCheckDebugToken"
value = "Configure an App Check debug token from https://console.firebase.google.com/project/_/appcheck/apps"
isEnabled = "NO">
</EnvironmentVariable>
<EnvironmentVariable
key = "FIRGCloudAuthAccessToken"
value = "Run `gcloud auth print-access-token` to obtain as access token for direct Vertex AI testing."
Expand Down
Loading