Skip to content

Commit b88577b

Browse files
Update firebase-vertexai/src/main/kotlin/com/google/firebase/vertexai/GenerativeModel.kt
Co-authored-by: rachelsaunders <[email protected]>
1 parent dcbe203 commit b88577b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firebase-vertexai/src/main/kotlin/com/google/firebase/vertexai/GenerativeModel.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ internal constructor(
100100
if (token.error != null) {
101101
Log.w(TAG, "Error obtaining AppCheck token", token.error)
102102
}
103-
// The appcheck backend can differentiate between apps without appcheck, and wrongly
103+
// The Firebase App Check backend can differentiate between apps without App Check, and wrongly
104104
// configured apps by verifying the value of the token, so it always needs to be
105105
// included.
106106
headers["X-Firebase-AppCheck"] = token.token

0 commit comments

Comments
 (0)