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 6f7575d commit 7ef711cCopy full SHA for 7ef711c
FirebaseAI/Sources/FirebaseAI.swift
@@ -187,7 +187,8 @@ public final class FirebaseAI: Sendable {
187
188
let apiConfig: APIConfig
189
190
- /// A map of active `FirebaseAI` instances keyed by the `FirebaseApp`, the `APIConfig`, and `useLimitedUseAppCheckTokens`.
+ /// A map of active `FirebaseAI` instances keyed by the `FirebaseApp`, the `APIConfig`, and
191
+ /// `useLimitedUseAppCheckTokens`.
192
private nonisolated(unsafe) static var instances: [InstanceKey: FirebaseAI] = [:]
193
194
/// Lock to manage access to the `instances` array to avoid race conditions.
0 commit comments