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 cd7312a commit b5940dcCopy full SHA for b5940dc
FirebaseAI/Tests/TestApp/Tests/Utilities/InstanceConfig.swift
@@ -121,7 +121,8 @@ extension FirebaseAI {
121
return FirebaseAI.createInstance(
122
app: instanceConfig.app,
123
location: location,
124
- apiConfig: instanceConfig.apiConfig
+ apiConfig: instanceConfig.apiConfig,
125
+ useLimitedUseAppCheckTokens: false
126
)
127
case .googleAI:
128
assert(
@@ -131,7 +132,8 @@ extension FirebaseAI {
131
132
133
134
location: nil,
135
136
137
138
}
139
0 commit comments