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 55aea3a commit 18a2ee5Copy full SHA for 18a2ee5
FirebaseAI/Sources/GenerativeAIService.swift
@@ -209,7 +209,7 @@ struct GenerativeAIService {
209
210
private func fetchAppCheckToken(appCheck: AppCheckInterop) async throws
211
-> FIRAppCheckTokenResultInterop {
212
- if firebaseInfo.useLimitedUseAppCheckTokens {
+ if firebaseInfo.useLimitedUseAppCheckTokens {
213
if let token = await getLimitedUseAppCheckToken(appCheck: appCheck) {
214
return token
215
}
0 commit comments