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 c6a4e79 commit a241966Copy full SHA for a241966
FirebaseAI/Sources/FirebaseAI.swift
@@ -33,7 +33,8 @@ public final class FirebaseAI: Sendable {
33
/// - backend: The backend API for the Firebase AI SDK; if not specified, uses the default
34
/// ``Backend/googleAI()`` (Gemini Developer API).
35
/// - useLimitedUseAppCheckTokens: When sending tokens to the backend, this option enables
36
- /// the usage of App Check's limited-use tokens instead of the standard cached tokens. To learn more, see the docs for
+ /// the usage of App Check's limited-use tokens instead of the standard cached tokens. To
37
+ /// learn more, see the docs for
38
/// [App Check in Firebase AI Logic](https://firebase.google.com/docs/ai-logic/app-check).
39
///
40
/// _This flag is set to `false` by default._
0 commit comments