Skip to content

Commit c5d2164

Browse files
Add explanation for FirebaseApp without App Check
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent d983bcf commit c5d2164

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 testing scenarios where App Check is not configured.
2829
FirebaseApp.configure(
2930
appName: FirebaseAppNames.appCheckNotConfigured,
3031
plistName: "GoogleService-Info"

0 commit comments

Comments
 (0)