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 b88577b commit 1e9da01Copy full SHA for 1e9da01
firebase-vertexai/src/main/kotlin/com/google/firebase/vertexai/GenerativeModel.kt
@@ -100,8 +100,8 @@ internal constructor(
100
if (token.error != null) {
101
Log.w(TAG, "Error obtaining AppCheck token", token.error)
102
}
103
- // The Firebase App Check backend can differentiate between apps without App Check, and wrongly
104
- // configured apps by verifying the value of the token, so it always needs to be
+ // The Firebase App Check backend can differentiate between apps without App Check, and
+ // wrongly 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
0 commit comments