Skip to content

Commit 3d08322

Browse files
committed
Add explanation for FirebaseApp without App Check
1 parent d983bcf commit 3d08322

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

FirebaseVertexAI/Tests/TestApp/Sources/TestApp.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ struct TestApp: App {
2525
FirebaseApp.configure()
2626

2727
// 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.
2829
FirebaseApp.configure(
2930
appName: FirebaseAppNames.appCheckNotConfigured,
3031
plistName: "GoogleService-Info"

0 commit comments

Comments
 (0)