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 1b4a873 commit 092fd34Copy full SHA for 092fd34
firebase-vertexai/src/main/kotlin/com/google/firebase/vertexai/GenerativeModel.kt
@@ -101,7 +101,8 @@ internal constructor(
101
Log.w(TAG, "Error obtaining AppCheck token", token.error)
102
}
103
// The appcheck backend can differentiate between apps without appcheck, and wrongly
104
- // configured apps by verifying the value of the token, so it always needs to be included.
+ // configured apps by verifying the value of the token, so it always needs to be
105
+ // included.
106
headers["X-Firebase-AppCheck"] = token.token
107
108
0 commit comments