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 4f84809 commit 9c551c7Copy full SHA for 9c551c7
FirebaseAI/Sources/GenerativeAIService.swift
@@ -224,7 +224,7 @@ struct GenerativeAIService {
224
fatalError(errorMessage)
225
#else
226
throw NSError(
227
- domain: "com.google.firebase.ai.GenerativeAIService",
+ domain: "\(Constants.baseErrorDomain).\(Self.self)",
228
code: AILog.MessageCode.appCheckTokenFetchFailed.rawValue,
229
userInfo: [NSLocalizedDescriptionKey: errorMessage]
230
)
0 commit comments