We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d983bcf commit 3d08322Copy full SHA for 3d08322
FirebaseVertexAI/Tests/TestApp/Sources/TestApp.swift
@@ -25,6 +25,7 @@ struct TestApp: App {
25
FirebaseApp.configure()
26
27
// Configure a Firebase App that is the same as the default app but without App Check.
28
+ // This is used for tests that should fail when App Check is not configured.
29
FirebaseApp.configure(
30
appName: FirebaseAppNames.appCheckNotConfigured,
31
plistName: "GoogleService-Info"
0 commit comments